summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/opensslv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/opensslv.h')
-rw-r--r--src/lib/libcrypto/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/opensslv.h b/src/lib/libcrypto/opensslv.h
index b841347f05..55d5d06cf5 100644
--- a/src/lib/libcrypto/opensslv.h
+++ b/src/lib/libcrypto/opensslv.h
@@ -7,15 +7,15 @@
7 * 0.9.3-dev 0x00903000 7 * 0.9.3-dev 0x00903000
8 * 0.9.3beta1 0x00903001 8 * 0.9.3beta1 0x00903001
9 * 0.9.3beta2-dev 0x00903002 9 * 0.9.3beta2-dev 0x00903002
10 * 0.9.3beta2 0x00903002 10 * 0.9.3beta2 0x00903002 (same as ...beta2-dev)
11 * 0.9.3 0x00903100 11 * 0.9.3 0x00903100
12 * 0.9.3a 0x00903101 12 * 0.9.3a 0x00903101
13 * 0.9.4 0x00904100 13 * 0.9.4 0x00904100
14 * 1.2.3z 0x1020311a 14 * 1.2.3z 0x1020311a
15 * (Prior to 0.9.3-dev a different scheme was used: 0.9.2b is 0x0922.) 15 * (Prior to 0.9.3-dev a different scheme was used: 0.9.2b is 0x0922.)
16 */ 16 */
17#define OPENSSL_VERSION_NUMBER 0x00904100L 17#define OPENSSL_VERSION_NUMBER 0x00905100L
18#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.4 09 Aug 1999" 18#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.5 28 Feb 2000"
19#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT 19#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
20 20
21#endif /* HEADER_OPENSSLV_H */ 21#endif /* HEADER_OPENSSLV_H */