diff options
author | bcook <> | 2018-05-03 00:44:28 +0000 |
---|---|---|
committer | bcook <> | 2018-05-03 00:44:28 +0000 |
commit | bf4f998288951ffec54fd66a4314461b185c5adb (patch) | |
tree | b90e6e01bd7046d5a8a20d14a8e1163b0fcdb516 | |
parent | 31be7a8f9204864d0a66829d4121284372c105f4 (diff) | |
download | openbsd-bf4f998288951ffec54fd66a4314461b185c5adb.tar.gz openbsd-bf4f998288951ffec54fd66a4314461b185c5adb.tar.bz2 openbsd-bf4f998288951ffec54fd66a4314461b185c5adb.zip |
bump to 2.7.3libressl-v2.7.3
-rw-r--r-- | src/lib/libcrypto/opensslv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/opensslv.h b/src/lib/libcrypto/opensslv.h index 68c6e77c16..b4b760755b 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/lib/libcrypto/opensslv.h | |||
@@ -1,11 +1,11 @@ | |||
1 | /* $OpenBSD: opensslv.h,v 1.46 2018/03/24 13:51:27 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.46.2.1 2018/05/03 00:44:28 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 0x2070200fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x2070300fL |
7 | /* ^ Patch starts here */ | 7 | /* ^ Patch starts here */ |
8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.7.2" | 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.7.3" |
9 | 9 | ||
10 | /* These will never change */ | 10 | /* These will never change */ |
11 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 11 | #define OPENSSL_VERSION_NUMBER 0x20000000L |