X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fopensslv.h;h=d945eb7632156d5d4d270f54fc4a8298c425e142;hb=e84c2d267950e9f7c2a210edfee783be84dd83b4;hp=72f00747033bbc7177dfacae3eb439522b9999ff;hpb=31fab3e8daff3ea560ee4a1967bc2087e7a9c5d1;p=oweals%2Fopenssl.git diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 72f0074703..d945eb7632 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -1,4 +1,4 @@ -##ifndef HEADER_OPENSSLV_H +#ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* Numeric release version identifier: @@ -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 */