diff options
author | bcook <> | 2016-06-06 09:50:15 +0000 |
---|---|---|
committer | bcook <> | 2016-06-06 09:50:15 +0000 |
commit | cec8eada4b7c80bf9a2bbf5ae93b31c991639338 (patch) | |
tree | 9d4742742625828b986df6c7bf7f498e14b64761 /src | |
parent | 3a89a7640af55ce5905473ed37ba7a41c7297081 (diff) | |
download | openbsd-cec8eada4b7c80bf9a2bbf5ae93b31c991639338.tar.gz openbsd-cec8eada4b7c80bf9a2bbf5ae93b31c991639338.tar.bz2 openbsd-cec8eada4b7c80bf9a2bbf5ae93b31c991639338.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 |