From: Dr. Stephen Henson Date: Mon, 3 Jan 2011 00:44:14 +0000 (+0000) Subject: use fips-dev not dev-fips X-Git-Tag: OpenSSL_1_0_0d~19 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e69d49364ed6152a76cd4cd3d905cc6de3343ff1;p=oweals%2Fopenssl.git use fips-dev not dev-fips --- diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 17e6f9d1ad..e486b8f647 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -27,7 +27,7 @@ */ #define OPENSSL_VERSION_NUMBER 0x10000040L #ifdef OPENSSL_FIPS -#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0d-dev-fips xx XXX xxxx" +#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0d-fips-dev xx XXX xxxx" #else #define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0d-dev xx XXX xxxx" #endif