diff options
author | bcook <> | 2018-12-15 15:13:23 +0000 |
---|---|---|
committer | bcook <> | 2018-12-15 15:13:23 +0000 |
commit | d6cac0aef17740e16859d6a74e3184393c25fee7 (patch) | |
tree | cfebc1b5e36384e22e6e7e871ffece119e610518 | |
parent | a02050f64f180526d478c3b01a391981750865b4 (diff) | |
download | openbsd-OPENBSD_6_3.tar.gz openbsd-OPENBSD_6_3.tar.bz2 openbsd-OPENBSD_6_3.zip |
bump for LibreSSL 2.7.5libressl-v2.7.5OPENBSD_6_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 c882e09a32..cf5f04c910 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/lib/libcrypto/opensslv.h | |||
@@ -1,11 +1,11 @@ | |||
1 | /* $OpenBSD: opensslv.h,v 1.46.2.2 2018/06/13 14:54:17 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.46.2.3 2018/12/15 15:13:23 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 0x2070400fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x2070500fL |
7 | /* ^ Patch starts here */ | 7 | /* ^ Patch starts here */ |
8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.7.4" | 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.7.5" |
9 | 9 | ||
10 | /* These will never change */ | 10 | /* These will never change */ |
11 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 11 | #define OPENSSL_VERSION_NUMBER 0x20000000L |