diff options
author | Brent Cook <bcook@cvs.openbsd.org> | 2018-09-30 02:35:24 +0000 |
---|---|---|
committer | Brent Cook <bcook@cvs.openbsd.org> | 2018-09-30 02:35:24 +0000 |
commit | 8743d20dcf87d42c4ade205c411fe0ce5425f702 (patch) | |
tree | 155d4dcc8b96e56074eb1f3df84fcb12e86e95cf /lib/libcrypto | |
parent | f5350d750146818e6d1c918f10231df1379e5116 (diff) |
bump for LibreSSL 2.8.2
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/opensslv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/opensslv.h b/lib/libcrypto/opensslv.h index df7b99b282c..1cd48ce80f1 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,11 +1,11 @@ -/* $OpenBSD: opensslv.h,v 1.48 2018/09/23 17:52:40 bcook Exp $ */ +/* $OpenBSD: opensslv.h,v 1.49 2018/09/30 02:35:23 bcook Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x2080100fL +#define LIBRESSL_VERSION_NUMBER 0x2080200fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 2.8.1" +#define LIBRESSL_VERSION_TEXT "LibreSSL 2.8.2" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L |