diff options
author | 2020-05-06 15:45:22 +0000 | |
---|---|---|
committer | 2020-05-06 15:45:22 +0000 | |
commit | 7751a5eaa65bb7a7ed643fedf61e03b780511669 (patch) | |
tree | 3dda8ed3d57843e7d8426ab4589639d5e00e91bc | |
parent | The error message from LibreSSL has changed. Adjust regex in test. (diff) | |
download | wireguard-openbsd-7751a5eaa65bb7a7ed643fedf61e03b780511669.tar.xz wireguard-openbsd-7751a5eaa65bb7a7ed643fedf61e03b780511669.zip |
Bump LibreSSL version to 3.1.1
ok bcook inoguchi deraadt
-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 7fcd0a35db0..b840f771fa4 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,11 +1,11 @@ -/* $OpenBSD: opensslv.h,v 1.56 2020/01/14 02:48:51 bcook Exp $ */ +/* $OpenBSD: opensslv.h,v 1.57 2020/05/06 15:45:22 tb Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x3010000fL +#define LIBRESSL_VERSION_NUMBER 0x3010100fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 3.1.0" +#define LIBRESSL_VERSION_TEXT "LibreSSL 3.1.1" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L |