diff options
author | 2019-05-23 02:54:44 +0000 | |
---|---|---|
committer | 2019-05-23 02:54:44 +0000 | |
commit | d8ae463401426e5bc4c50c9bc2dd4ef5c831979c (patch) | |
tree | 92b65c692d3d5174b8e21ac9a97e83feefdb79cf | |
parent | add stdlib.h for reallocarray (diff) | |
download | wireguard-openbsd-d8ae463401426e5bc4c50c9bc2dd4ef5c831979c.tar.xz wireguard-openbsd-d8ae463401426e5bc4c50c9bc2dd4ef5c831979c.zip |
bump to LibreSSL 3.0.0
ok tb@
-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 88e99392f28..563bc12c998 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,11 +1,11 @@ -/* $OpenBSD: opensslv.h,v 1.51 2019/03/27 02:08:24 bcook Exp $ */ +/* $OpenBSD: opensslv.h,v 1.52 2019/05/23 02:54:44 bcook Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x2090100fL +#define LIBRESSL_VERSION_NUMBER 0x3000000fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 2.9.1" +#define LIBRESSL_VERSION_TEXT "LibreSSL 3.0.0" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L |