From dfa81d9efb59c64b6731e37fe1bf6b4153a49dcb Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 16 Jun 2010 13:37:22 +0000 Subject: [PATCH] update README, fix opensslv.h --- README | 2 +- crypto/opensslv.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index c1d0a5fd52..88cc7aefad 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - OpenSSL 1.0.0a 1 Jun 2010 + OpenSSL 1.0.0b-dev Copyright (c) 1998-2010 The OpenSSL Project Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 934b63d799..9c35daa47a 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -27,7 +27,7 @@ */ #define OPENSSL_VERSION_NUMBER 0x10000020 #ifdef OPENSSL_FIPS -#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0b-fips-dev x XXX xxxx" +#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0b-fips-dev xx XXX xxxx" #else #define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0b-dev x XXX xxxx" #endif -- 2.25.1