X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fopensslv.h;h=4a5a5aeeb7feb0152caf75297f705fa1aa785586;hb=6dde222aaed732533282a42cd60854796d42d79b;hp=6a2faedcda209fa09027224cee5f8bf19fe90861;hpb=b8be57186867a886df485c01e7f99a62a9058fc0;p=oweals%2Fopenssl.git diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 6a2faedcda..4a5a5aeeb7 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -25,11 +25,11 @@ * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for * major minor fix final patch/beta) */ -#define OPENSSL_VERSION_NUMBER 0x00908120 +#define OPENSSL_VERSION_NUMBER 0x0090817fL #ifdef OPENSSL_FIPS -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8r-dev-fips xx XXX xxxx" +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8w-fips 23 Apr 2012" #else -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8r-dev xx XXX xxxx" +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8w 23 Apr 2012" #endif #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT