diff options
author | jsing <> | 2015-08-28 16:38:19 +0000 |
---|---|---|
committer | jsing <> | 2015-08-28 16:38:19 +0000 |
commit | 750a7d7be372cec18565c6e70e7892f3aebf51cd (patch) | |
tree | aa080b6833f73a2d8be6c610b6de1d877ec0980b | |
parent | 2724cef8ad23497297b2b76dafd1270d0d4d99cb (diff) | |
download | openbsd-750a7d7be372cec18565c6e70e7892f3aebf51cd.tar.gz openbsd-750a7d7be372cec18565c6e70e7892f3aebf51cd.tar.bz2 openbsd-750a7d7be372cec18565c6e70e7892f3aebf51cd.zip |
Bump LibreSSL version number to 2.2.3 in 5.8 release branch.libressl-v2.2.3
Requested by bcook@ for libressl portable.
-rw-r--r-- | src/lib/libssl/src/crypto/opensslv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/src/crypto/opensslv.h b/src/lib/libssl/src/crypto/opensslv.h index 574b683545..6198f2bc60 100644 --- a/src/lib/libssl/src/crypto/opensslv.h +++ b/src/lib/libssl/src/crypto/opensslv.h | |||
@@ -1,10 +1,10 @@ | |||
1 | /* $OpenBSD: opensslv.h,v 1.30 2015/07/16 22:36:50 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.30.4.1 2015/08/28 16:38:19 jsing Exp $ */ |
2 | #ifndef HEADER_OPENSSLV_H | 2 | #ifndef HEADER_OPENSSLV_H |
3 | #define HEADER_OPENSSLV_H | 3 | #define HEADER_OPENSSLV_H |
4 | 4 | ||
5 | /* These will change with each release of LibreSSL-portable */ | 5 | /* These will change with each release of LibreSSL-portable */ |
6 | #define LIBRESSL_VERSION_NUMBER 0x20020002L | 6 | #define LIBRESSL_VERSION_NUMBER 0x20020003L |
7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.2" | 7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.3" |
8 | 8 | ||
9 | /* These will never change */ | 9 | /* These will never change */ |
10 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 10 | #define OPENSSL_VERSION_NUMBER 0x20000000L |