Recent changes.

This commit is contained in:
Richard Levitte 2002-08-08 22:46:22 +00:00
parent 8246c0607a
commit 5d92a7bef1
4 changed files with 8 additions and 4 deletions

View File

@ -2,6 +2,10 @@
OpenSSL CHANGES
_______________
Changes between 0.9.6f and 0.9.6g [xx XXX xxxx]
*)
Changes between 0.9.6e and 0.9.6f [8 Aug 2002]
*) Fix ASN1 checks. Check for overflow by comparing with LONG_MAX

2
README
View File

@ -1,5 +1,5 @@
OpenSSL 0.9.6f [engine] 8 August 2002
OpenSSL 0.9.6g-dev [engine] xx XXX xxxx
Copyright (c) 1998-2002 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson

View File

@ -25,8 +25,8 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
#define OPENSSL_VERSION_NUMBER 0x0090606fL
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6f [engine] 8 Aug 2002"
#define OPENSSL_VERSION_NUMBER 0x00906070L
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6g-dev [engine] xx XXX xxxx"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT

View File

@ -1,7 +1,7 @@
%define libmaj 0
%define libmin 9
%define librel 6
%define librev f
%define librev g
Release: 1
%define openssldir /var/ssl