diff options
author | bcook <> | 2016-06-06 09:50:15 +0000 |
---|---|---|
committer | bcook <> | 2016-06-06 09:50:15 +0000 |
commit | ab1edca4c21ed030bae72c16df3935ef7479cf23 (patch) | |
tree | 9d4742742625828b986df6c7bf7f498e14b64761 /src | |
parent | 91b1b86d4c340f75fbf72931ad3500149c41a45f (diff) | |
download | openbsd-ab1edca4c21ed030bae72c16df3935ef7479cf23.tar.gz openbsd-ab1edca4c21ed030bae72c16df3935ef7479cf23.tar.bz2 openbsd-ab1edca4c21ed030bae72c16df3935ef7479cf23.zip |
LibreSSL 2.4.1
Diffstat (limited to 'src')
-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 80abfb6a64..fe9b3d7ed7 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/lib/libcrypto/opensslv.h | |||
@@ -1,10 +1,10 @@ | |||
1 | /* $OpenBSD: opensslv.h,v 1.34 2016/03/12 21:01:53 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.35 2016/06/06 09:50:15 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 0x2040000fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x2040100fL |
7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.4.0" | 7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.4.1" |
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 80abfb6a64..fe9b3d7ed7 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.34 2016/03/12 21:01:53 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.35 2016/06/06 09:50:15 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 0x2040000fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x2040100fL |
7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.4.0" | 7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.4.1" |
8 | 8 | ||
9 | /* These will never change */ | 9 | /* These will never change */ |
10 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 10 | #define OPENSSL_VERSION_NUMBER 0x20000000L |