diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 17e6f9d1a..e486b8f64 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