Commit 5e7c9519 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

update for next version

parent ef024929
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2,6 +2,10 @@
 OpenSSL CHANGES
 _______________

 Changes between 1.0.0b and 1.0.0c  [xx XXX xxxx]

  *)

 Changes between 1.0.0a and 1.0.0b  [16 Nov 2010]

  *) Fix extension code to avoid race conditions which can result in a buffer
+1 −1
Original line number Diff line number Diff line

 OpenSSL 1.0.0b 16 Nov 2010
 OpenSSL 1.0.0c-dev

 Copyright (c) 1998-2010 The OpenSSL Project
 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
+3 −3
Original line number Diff line number Diff line
@@ -25,11 +25,11 @@
 * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
 *  major minor fix final patch/beta)
 */
#define OPENSSL_VERSION_NUMBER	0x1000002f
#define OPENSSL_VERSION_NUMBER	0x10000030
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT	"OpenSSL 1.0.0b-fips 16 Nov 2010"
#define OPENSSL_VERSION_TEXT	"OpenSSL 1.0.0c-fips-dev xx XXX xxxx"
#else
#define OPENSSL_VERSION_TEXT	"OpenSSL 1.0.0b 16 Nov 2010"
#define OPENSSL_VERSION_TEXT	"OpenSSL 1.0.0c-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT	" part of " OPENSSL_VERSION_TEXT

+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
%define libmaj 1
%define libmin 0
%define librel 0
%define librev b
%define librev c
Release: 1

%define openssldir /var/ssl