summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeck <beck@openbsd.org>2020-05-09 15:21:25 +0000
committerbeck <beck@openbsd.org>2020-05-09 15:21:25 +0000
commitd10f7915ed52aeabc3b0b1d7172120d94d2189cc (patch)
treea7baafa255c01e1048c60322b18eaff50d766ebd
parentAdd support for certificate status requests in TLS 1.3 client (diff)
downloadwireguard-openbsd-d10f7915ed52aeabc3b0b1d7172120d94d2189cc.tar.xz
wireguard-openbsd-d10f7915ed52aeabc3b0b1d7172120d94d2189cc.zip
now that 3.1.1 is out the door as a stable release bump the development
version to 3.2.0
-rw-r--r--lib/libcrypto/opensslv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/opensslv.h b/lib/libcrypto/opensslv.h
index b840f771fa4..8d3ec2551a5 100644
--- a/lib/libcrypto/opensslv.h
+++ b/lib/libcrypto/opensslv.h
@@ -1,11 +1,11 @@
-/* $OpenBSD: opensslv.h,v 1.57 2020/05/06 15:45:22 tb Exp $ */
+/* $OpenBSD: opensslv.h,v 1.58 2020/05/09 15:21:25 beck Exp $ */
#ifndef HEADER_OPENSSLV_H
#define HEADER_OPENSSLV_H
/* These will change with each release of LibreSSL-portable */
#define LIBRESSL_VERSION_NUMBER 0x3010100fL
/* ^ Patch starts here */
-#define LIBRESSL_VERSION_TEXT "LibreSSL 3.1.1"
+#define LIBRESSL_VERSION_TEXT "LibreSSL 3.2.0"
/* These will never change */
#define OPENSSL_VERSION_NUMBER 0x20000000L