diff options
author | bcook <> | 2018-12-15 15:13:56 +0000 |
---|---|---|
committer | bcook <> | 2018-12-15 15:13:56 +0000 |
commit | 805a41665ba1fb0729b83e7dfb79e792d082471a (patch) | |
tree | bb91eb2aef4b4eac4226ba3f0dc5c0274b2f122a | |
parent | 1c683e4d84f326691826f2402349f8bf28493ab1 (diff) | |
download | openbsd-OPENBSD_6_4.tar.gz openbsd-OPENBSD_6_4.tar.bz2 openbsd-OPENBSD_6_4.zip |
bump for LibreSSL 2.8.3libressl-v2.8.3OPENBSD_6_4
-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 1cd48ce80f..8c04610b31 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/lib/libcrypto/opensslv.h | |||
@@ -1,11 +1,11 @@ | |||
1 | /* $OpenBSD: opensslv.h,v 1.49 2018/09/30 02:35:23 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.49.2.1 2018/12/15 15:13:56 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 0x2080200fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x2080300fL |
7 | /* ^ Patch starts here */ | 7 | /* ^ Patch starts here */ |
8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.8.2" | 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.8.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 |