96a099f9 | 21-May-1999 |
Bodo Möller |
Remove traces of bad idea :-) |
95f9968e | 21-May-1999 |
Bodo Möller |
Older versions of SINIX C development system inherited a bug from SGI' cc; enable workaround. Submitted by: Martin Kraemer |
7e701817 | 21-May-1999 |
Bodo Möller |
It was a very bad idea to use #include "../e_os.h" -- when this occurs in cryptlib.h (which is often included as "../cryptlib.h"), then the question remains relative to which directory this i
It was a very bad idea to use #include "../e_os.h" -- when this occurs in cryptlib.h (which is often included as "../cryptlib.h"), then the question remains relative to which directory this is to be interpreted. gcc went one further directory up, as intended; but makedepend thinks differently, and so probably do some C compilers. So the ../ must go away; thus e_os.h goes back into include/openssl (but I now use #include "openssl/e_os.h" instead of <openssl/e_os.h> to make the point) -- and we have another huge bunch of dependency changes. Argh.
show more ...
|
d76c85a3 | 21-May-1999 |
Ben Laurie |
Don't include top-level CVS directory. |
31a352d1 | 21-May-1999 |
Dr. Stephen Henson |
The last argument in the d2i_XXX_fp and d2i_XXX_bio functions should be of type XXX ** not XXX * |
d6847aed | 20-May-1999 |
Bodo Möller |
Add a kludge :-( There were problems with putting e_os.h just into the top directory, because the test programs are compiled within test/ in the "standard" case in in their original direc
Add a kludge :-( There were problems with putting e_os.h just into the top directory, because the test programs are compiled within test/ in the "standard" case in in their original directories in the makefile.one case; and in the latter symlinks may not be available.
show more ...
|
17e3dd1c | 20-May-1999 |
Bodo Möller |
Don't install e_os.h in include/openssl, use it only as a local include file. |
9dff4cc0 | 20-May-1999 |
Ulf Möller |
Bring VMS in sync with the recent changes. Submitted by: Richard Levitte <levitte@stacken.kth.se> |
60ed228e | 20-May-1999 |
Ben Laurie |
On seconds thoughts, the version number shoud _never_ decrease. |
c1c96de0 | 20-May-1999 |
Ben Laurie |
Revert. |
Revision tags: OpenSSL_0_9_3beta1 |
|
6b659620 | 20-May-1999 |
Ben Laurie |
Prepare for a beta release. |
1444ba8d | 20-May-1999 |
Ulf Möller |
NeXT doesn't have dirent. Pointed out by Juergen Moellenhoff <jurgen@oic.de> |
1fac96e4 | 20-May-1999 |
Ulf Möller |
Detect Siemens platforms. Submitted by: Martin Kraemer <Martin.Kraemer@MchP.Siemens.De> |
4d5d543e | 20-May-1999 |
Bodo Möller |
Some solaris-usparc MD5 fixes. |
da70ff71 | 20-May-1999 |
Ulf Möller |
Avoid a warning. Submitted by: Sylvain Robitaille <syl@alcor.concordia.ca> |
7a01a45b | 20-May-1999 |
Ulf Möller |
Declare test key data as static. Submitted by: Andy Polyakov <appro@fy.chalmers.se> |
21f213ed | 20-May-1999 |
Bodo Möller |
Change self-description (mklink.pl is not just faster than the last released version of mklink.sh -- the latter couldn't even handle the ../../include/openssl case). |
e14d4443 | 20-May-1999 |
Ulf Möller |
Bignum library bug fix. IRIX 6 passes "make test" now! This also avoids the problems with SC4.2 and unpatched SC5. Submitted by: Andy Polyakov <appro@fy.chalmers.se> |
257e206d | 19-May-1999 |
Dr. Stephen Henson |
Include some notes on basic extension usage and change openssl.cnf to usually do sensible things with extensions. |
a2cb7253 | 19-May-1999 |
Bodo Möller |
Add -mv8 to solaris-usparc-oldgcc. |
62de8497 | 19-May-1999 |
Ulf Möller |
Typos. |
405b4a7e | 19-May-1999 |
Ulf Möller |
Oops. |
33d50ef6 | 19-May-1999 |
Ulf Möller |
Small corrections. |
06064bb5 | 19-May-1999 |
Bodo Möller |
Note that the numbering scheme used to be different. |
e90c7729 | 19-May-1999 |
Ben Laurie |
Switch to new version numbering scheme. |