X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fopensslv.h;h=90a680ae5f8eb43e3b8866219c643913d88ea4c1;hb=ae9299464557db7ae4b1e78b229eb38eea24a26c;hp=5315e75b23fbe428d865a3d8d8d69a6eb4bb6feb;hpb=b307daa23f6da9a808b015511383d4b36c48e5b0;p=oweals%2Fopenssl.git diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 5315e75b23..90a680ae5f 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 0x10000005L +#define OPENSSL_VERSION_NUMBER 0x10002000L #ifdef OPENSSL_FIPS -#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-beta5 20 Jan 2010" +#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-fips-dev xx XXX xxxx" #else -#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-beta5 20 Jan 2010" +#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-dev xx XXX xxxx" #endif #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT