summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/opensslv.h
diff options
context:
space:
mode:
authorbeck <>2000-03-19 11:13:58 +0000
committerbeck <>2000-03-19 11:13:58 +0000
commit796d609550df3a33fc11468741c5d2f6d3df4c11 (patch)
tree6c6d539061caa20372dad0ac4ddb1dfae2fbe7fe /src/lib/libcrypto/opensslv.h
parent5be3114c1fd7e0dfea1e38d3abb4cbba75244419 (diff)
downloadopenbsd-796d609550df3a33fc11468741c5d2f6d3df4c11.tar.gz
openbsd-796d609550df3a33fc11468741c5d2f6d3df4c11.tar.bz2
openbsd-796d609550df3a33fc11468741c5d2f6d3df4c11.zip
OpenSSL 0.9.5 merge
*warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
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 */