X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=crypto%2Fopensslv.h;h=e09ca54ec18ebe74166fa7d75b15f885409c649a;hb=0633bca11c566b2c3f0b659242e4a2ebbbfb8a0a;hp=55d9ef44c7566a669648119e50790e412c6394d9;hpb=22d1acd5acddcab0db3667d52e58c594799d3250;p=oweals%2Fopenssl.git diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 55d9ef44c7..e09ca54ec1 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 0x00908003L +#define OPENSSL_VERSION_NUMBER 0x00908080L #ifdef OPENSSL_FIPS -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8-fips-beta3 31 May 2005" +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8h-fips-dev xx XXX xxxx" #else -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8-beta3 31 May 2005" +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8h-dev xx XXX xxxx" #endif #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT