From 999eeaba14e311662066a46f850d8ca53bc2736f Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 16 Jun 2010 13:46:59 +0000 Subject: [PATCH] oops, fix date string --- crypto/opensslv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1