From: Dr. Stephen Henson Date: Wed, 16 Jun 2010 13:46:59 +0000 (+0000) Subject: oops, fix date string X-Git-Tag: OpenSSL_1_0_0b~46 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=999eeaba14e311662066a46f850d8ca53bc2736f;p=oweals%2Fopenssl.git oops, fix date string --- diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 9c35daa47a..d07d9a707f 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -29,7 +29,7 @@ #ifdef OPENSSL_FIPS #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" +#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0b-dev xx XXX xxxx" #endif #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT