aboutsummaryrefslogtreecommitdiffstats
path: root/util/pl
Commit message (Collapse)AuthorAgeFilesLines
* Changes to have OpenSSL compile on OS/2.Richard Levitte2001-07-011-0/+96
| | | | Contributed by "Brian Havard" <brianh@kheldar.apana.org.au>
* Make all configuration macros available for application by makingRichard Levitte2001-02-194-7/+7
| | | | | | | | | | | | sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
* Remove RSAref-related things.Richard Levitte2000-12-313-3/+0
|
* "Andrew W. Gray" <agray@iconsinc.com> says /GD is no longer a validUlf Möller2000-12-151-1/+1
| | | | compiler switch.
* Change the Windows building scripts to enable DSO_WIN32.Richard Levitte2000-09-244-7/+7
|
* Ugly hack to make sure static libraries are usable. Without this,Richard Levitte2000-09-211-1/+2
| | | | | | | | | anything that just links with libeay32.lib or libssl32.lib will get an error saying the __imp__RegQueryValueEx is unresolved. The right thing would really be to fix crypto/rand/rand_win.c to load ADVAPI32.DLL dynamically, but that won't be done just before a release.
* Profiling option for mk1mf.plUlf Möller2000-07-211-0/+2
|
* linux-elf bugfixUlf Möller2000-04-271-0/+2
| | | | | | Submitted by: Reviewed by: PR:
* Don't force the use of GNU make with Borland C++ Builder. Contributed by ↵Richard Levitte2000-03-281-1/+1
| | | | Joon Radley <jradley@vps.co.za>
* Support assembler for Mingw32.Ulf Möller2000-02-281-1/+24
|
* WINDOWS is defined in e_os.h. The problem was WIN32 (the new egcs uses _WIN32).Ulf Möller2000-01-202-4/+4
|
* Define WINDOWS in all Mingw32 cases.Bodo Möller2000-01-202-3/+3
|
* Define WINDOWS.Bodo Möller2000-01-201-1/+1
|
* Update Borland C++ builder support.Bodo Möller1999-10-251-1/+1
| | | | Submitted by: Janez Jere <jj@void.si>
* Remove -DWINDOWS in debug configuration.Bodo Möller1999-08-121-1/+1
| | | | Submitted by: Erik Johannisson <erik@johannisson.se>
* Avoid path separator problems.Ulf Möller1999-07-291-1/+1
|
* *** empty log message ***Ulf Möller1999-07-291-1/+1
|
* change CFLAGS to those given in ConfigureBodo Möller1999-07-261-1/+1
|
* -DPLATFORM and -DCFLAGS command line arguments are no longer used.Bodo Möller1999-07-263-3/+0
|
* More NASM support code it still doesn't work but it doesn't work less than itDr. Stephen Henson1999-07-121-4/+8
| | | | didn't work before :-)
* Prevent name conflicts.Ulf Möller1999-06-081-1/+1
| | | | Submitted by: Janez Jere <jj@void.si>
* Define a macro to avoid name conflicts.Ulf Möller1999-06-041-1/+1
|
* Generate DLLs with Mingw32.Ulf Möller1999-05-072-4/+3
|
* Get the Mingw32 makefiles right.Ulf Möller1999-05-072-79/+155
|
* Add missing semicolon.Ulf Möller1999-05-061-2/+2
| | | | Submitted by: Janez Jere <jj@void.si>
* Support additional Win32 compilers.Ulf Möller1999-05-062-75/+156
| | | | Borland C submitted by: Janez Jere <jj@void.si>
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-1/+1
|
* New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1999-04-011-1/+14
|
* Make CC,CFLAG etc get passed to make links and various Win32 fixes.Dr. Stephen Henson1999-03-101-1/+1
|
* Fix the Win32 compile environment and add various changes so it will now compileDr. Stephen Henson1999-03-031-0/+1
| | | | | under Win32 (9X and NT) again. Note: some signed/unsigned changes recently checked in were killing the Win32 compile.
* Fix various stuff: that VC++ 5.0 chokes on:Dr. Stephen Henson1999-01-311-1/+1
| | | | | | | | 1. Add *lots* of missing prototypes for static ssl functions. 2. VC++ doesn't understand the 'LL' suffix for 64 bits constants: change bn.org 3. Add a few missing prototypes in pem.org Fix mk1mf.pl so it outputs a Makefile that doesn't choke Win95. Fix mkdef.pl so it doesn't truncate longer names.
* Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall1998-12-222-17/+0
|
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-218-30/+91
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-216-15/+142
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-216-0/+639