diff options
author | 2020-06-01 01:11:52 +0000 | |
---|---|---|
committer | 2020-06-01 01:11:52 +0000 | |
commit | cb086337f4c7523912b3f8c0dca329a05798ec19 (patch) | |
tree | ede041d1f95b0c51e85f590cf3f5214c57879d67 | |
parent | PowerPC64 header files for floating point. (diff) | |
download | wireguard-openbsd-cb086337f4c7523912b3f8c0dca329a05798ec19.tar.xz wireguard-openbsd-cb086337f4c7523912b3f8c0dca329a05798ec19.zip |
bump to LibreSSL 3.2.1
-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 97e73acdb29..2a92f2d7c93 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,11 +1,11 @@ -/* $OpenBSD: opensslv.h,v 1.59 2020/05/09 15:22:52 beck Exp $ */ +/* $OpenBSD: opensslv.h,v 1.60 2020/06/01 01:11:52 bcook Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x3020000fL +#define LIBRESSL_VERSION_NUMBER 0x3020100fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 3.2.0" +#define LIBRESSL_VERSION_TEXT "LibreSSL 3.2.1" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L |