diff options
author | bcook <> | 2016-07-31 19:30:32 +0000 |
---|---|---|
committer | bcook <> | 2016-07-31 19:30:32 +0000 |
commit | 7bfadef1aeb22fffa573480f1068dfcf8ee2608a (patch) | |
tree | 56064a4c47479c26757e47c3e0b0809f41c0c124 | |
parent | b912652ef2c7eb7950a88ddb797bad6150071a4b (diff) | |
download | openbsd-7bfadef1aeb22fffa573480f1068dfcf8ee2608a.tar.gz openbsd-7bfadef1aeb22fffa573480f1068dfcf8ee2608a.tar.bz2 openbsd-7bfadef1aeb22fffa573480f1068dfcf8ee2608a.zip |
bump for LibreSSL 2.5.x
-rw-r--r-- | src/lib/libcrypto/opensslv.h | 6 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/opensslv.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/opensslv.h b/src/lib/libcrypto/opensslv.h index 2becf1af01..ecc92412d1 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/lib/libcrypto/opensslv.h | |||
@@ -1,10 +1,10 @@ | |||
1 | /* $OpenBSD: opensslv.h,v 1.36 2016/06/30 11:10:29 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.37 2016/07/31 19:30:32 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 0x2040200fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x2050000fL |
7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.4.2" | 7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.5.0" |
8 | 8 | ||
9 | /* These will never change */ | 9 | /* These will never change */ |
10 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 10 | #define OPENSSL_VERSION_NUMBER 0x20000000L |
diff --git a/src/lib/libssl/src/crypto/opensslv.h b/src/lib/libssl/src/crypto/opensslv.h index 2becf1af01..ecc92412d1 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.36 2016/06/30 11:10:29 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.37 2016/07/31 19:30:32 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 0x2040200fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x2050000fL |
7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.4.2" | 7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.5.0" |
8 | 8 | ||
9 | /* These will never change */ | 9 | /* These will never change */ |
10 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 10 | #define OPENSSL_VERSION_NUMBER 0x20000000L |