diff options
author | Brent Cook <bcook@cvs.openbsd.org> | 2018-11-08 17:36:58 +0000 |
---|---|---|
committer | Brent Cook <bcook@cvs.openbsd.org> | 2018-11-08 17:36:58 +0000 |
commit | a2e20daeaa3d09e25308448a2d91de01d08fa73d (patch) | |
tree | a67bd48202bd7db64ac48ce3e7729baf51df663b /lib/libcrypto/opensslv.h | |
parent | 77d35d6989cd13033d4e8f4d5c8c33299c34d02f (diff) |
LibreSSL 2.9.0
Diffstat (limited to 'lib/libcrypto/opensslv.h')
-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 1cd48ce80f1..779d9b5f3c8 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,11 +1,11 @@ -/* $OpenBSD: opensslv.h,v 1.49 2018/09/30 02:35:23 bcook Exp $ */ +/* $OpenBSD: opensslv.h,v 1.50 2018/11/08 17:36:57 bcook Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x2080200fL +#define LIBRESSL_VERSION_NUMBER 0x2090000fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 2.8.2" +#define LIBRESSL_VERSION_TEXT "LibreSSL 2.9.0" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L |