After tagging, bump ready for 0.9.8i development
This commit is contained in:
parent
0d01d8a735
commit
3f79793b7e
4 changed files with 6 additions and 4 deletions
2
CHANGES
2
CHANGES
|
@ -2,6 +2,8 @@
|
|||
OpenSSL CHANGES
|
||||
_______________
|
||||
|
||||
Changes between 0.9.8h and 0.9.8i [xx XXX xxxx]
|
||||
|
||||
Changes between 0.9.8g and 0.9.8h [28 May 2008]
|
||||
|
||||
*) Fix flaw if 'Server Key exchange message' is omitted from a TLS
|
||||
|
|
2
README
2
README
|
@ -1,5 +1,5 @@
|
|||
|
||||
OpenSSL 0.9.8h
|
||||
OpenSSL 0.9.8i-dev
|
||||
|
||||
Copyright (c) 1998-2008 The OpenSSL Project
|
||||
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
|
||||
|
|
|
@ -27,9 +27,9 @@
|
|||
*/
|
||||
#define OPENSSL_VERSION_NUMBER 0x0090808fL
|
||||
#ifdef OPENSSL_FIPS
|
||||
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8h-fips 28 May 2008"
|
||||
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8i-fips-dev xx XXX xxxx"
|
||||
#else
|
||||
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8h 28 May 2008"
|
||||
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8i-dev xx XXX xxxx"
|
||||
#endif
|
||||
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
%define libmaj 0
|
||||
%define libmin 9
|
||||
%define librel 8
|
||||
%define librev h
|
||||
%define librev i
|
||||
Release: 1
|
||||
|
||||
%define openssldir /var/ssl
|
||||
|
|
Loading…
Reference in a new issue