Commit d8b408b1 authored by Mark J. Cox's avatar Mark J. Cox
Browse files

Bump after tag

parent 64932f9e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@
 OpenSSL CHANGES
 _______________

 Changes between 0.9.8a and 0.9.8b  [XX xxx XXXX]

 Changes between 0.9.8 and 0.9.8a  [11 Oct 2005]

  *) Remove the functionality of SSL_OP_MSIE_SSLV2_RSA_PADDING
+1 −1
Original line number Diff line number Diff line

 OpenSSL 0.9.8a 11 Oct 2005
 OpenSSL 0.9.8b XX xxx XXXX

 Copyright (c) 1998-2005 The OpenSSL Project
 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
 * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
 *  major minor fix final patch/beta)
 */
#define OPENSSL_VERSION_NUMBER	0x0090801fL
#define OPENSSL_VERSION_NUMBER	0x00908020L
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.8a-fips 11 Oct 2005"
#else