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

Prepare for next version.

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

 Changes between 0.9.8j and 0.9.8k  [xx XXX xxxx]

  *)

 Changes between 0.9.8i and 0.9.8j  [07 Jan 2009]

  *) Properly check EVP_VerifyFinal() and similar return values
+1 −1
Original line number Diff line number Diff line

 OpenSSL 0.9.8j
 OpenSSL 0.9.8k

 Copyright (c) 1998-2008 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	0x009080afL
#define OPENSSL_VERSION_NUMBER	0x009080b0L
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.8j-fips 07 Jan 2009"
#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.8k-fips-dev xx XXX xxxx"
#else
#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.8j 07 Jan 2009"
#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.8k-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT	" part of " OPENSSL_VERSION_TEXT

+1 −1
Original line number Diff line number Diff line
%define libmaj 0
%define libmin 9
%define librel 8
%define librev j
%define librev k
Release: 1

%define openssldir /var/ssl