diff options
author | bcook <> | 2015-10-15 21:05:41 +0000 |
---|---|---|
committer | bcook <> | 2015-10-15 21:05:41 +0000 |
commit | 0dc7ea7940defd19987fa5c850f3bacc6dd1c144 (patch) | |
tree | d6381194a9fcd1b323bd1e6e2756fbd795f46952 | |
parent | 52d34ae36086b905141d8adddd1cb5566424bef2 (diff) | |
download | openbsd-0dc7ea7940defd19987fa5c850f3bacc6dd1c144.tar.gz openbsd-0dc7ea7940defd19987fa5c850f3bacc6dd1c144.tar.bz2 openbsd-0dc7ea7940defd19987fa5c850f3bacc6dd1c144.zip |
Bump LibreSSL version number to 2.2.4 in 5.8 release branch.libressl-v2.2.4
-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 6198f2bc60..a70d07a8df 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.4.1 2015/08/28 16:38:19 jsing Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.30.4.2 2015/10/15 21:05:41 bcook 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 0x20020003L | 6 | #define LIBRESSL_VERSION_NUMBER 0x20020004L |
7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.3" | 7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.4" |
8 | 8 | ||
9 | /* These will never change */ | 9 | /* These will never change */ |
10 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 10 | #define OPENSSL_VERSION_NUMBER 0x20000000L |