Commit 320a14cb authored by Ralf S. Engelschall's avatar Ralf S. Engelschall
Browse files

*** empty log message ***

parent f10a5c2a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@
 _______________


 Changes between 0.9.01c and 0.9.1d

 Changes between 0.9.01b and 0.9.1c

  *) Added OPENSSL_VERSION_NUMBER to crypto/crypto.h and 
@@ -18,7 +20,7 @@

  *) Incorporated the popular no-RSA/DSA-only patches 
     which allow to compile a RSA-free SSLeay.
     [Interrader Ldt., Ralf S. Engelschall]
     [Andrew Cooke / Interrader Ldt., Ralf S. Engelschall]

  *) Fixed nasty rehash problem under `make -f Makefile.ssl links'
     when "ssleay" is still not found.
+1 −1
Original line number Diff line number Diff line

 SSLeay/OpenSSL 0.9.1c 23-Dec-1998
 OpenSSL 0.9.1c 23-Dec-1998

 Copyright (c) 1998 The OpenSSL Project
 Copyright (c) 1995-1998 Eric Young
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ static int asn1_get_length();
static void asn1_put_length();
#endif

char *ASN1_version="ASN.1 part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *ASN1_version="ASN.1 part of OpenSSL 0.9.1c 23-Dec-1998";

int ASN1_check_infinite_end(p,len)
unsigned char **p;
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@
 * CAMBRIDGE SECURITY WORKSHOP, CAMBRIDGE, U.K., DECEMBER 9-11, 1993)
 */

char *BF_version="BlowFish part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *BF_version="BlowFish part of OpenSSL 0.9.1c 23-Dec-1998";

char *BF_options()
	{
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@
#include "cryptlib.h"
#include "bn_lcl.h"

char *BN_version="Big Number part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *BN_version="Big Number part of OpenSSL 0.9.1c 23-Dec-1998";

/* For a 32 bit machine
 * 2 -   4 ==  128
Loading