X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fopensslv.h;h=d945eb7632156d5d4d270f54fc4a8298c425e142;hb=29ccd81f58d459f72746792bc43d6536bff022ea;hp=b34462e9fae3a5b60b8fe427f32fdd9d5af0dbc0;hpb=033d858cc22eaca6ee6a6414e378be359ab112ca;p=oweals%2Fopenssl.git diff --git a/crypto/opensslv.h b/crypto/opensslv.h index b34462e9fa..d945eb7632 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -10,11 +10,12 @@ * 0.9.3beta2 0x00903002 * 0.9.3 0x00903100 * 0.9.3a 0x00903101 + * 0.9.4 0x00904100 * 1.2.3z 0x1020311a * (Prior to 0.9.3-dev a different scheme was used: 0.9.2b is 0x0922.) */ -#define OPENSSL_VERSION_NUMBER 0x00903101L -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.3a 29 May 1999" +#define OPENSSL_VERSION_NUMBER 0x00905000L +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.5-dev 09 Aug 1999" #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT #endif /* HEADER_OPENSSLV_H */