summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
authorbcook <bcook@openbsd.org>2016-06-30 11:10:29 +0000
committerbcook <bcook@openbsd.org>2016-06-30 11:10:29 +0000
commit08a2e901685e3ec22fb8e7ef618c4c34ca15ebf1 (patch)
treec44849f50f82c2295487ada732225b3d9f5f3bc6 /lib/libssl/src
parentPrevent NULL deref, pointed out by llvm's scan-build. (diff)
downloadwireguard-openbsd-08a2e901685e3ec22fb8e7ef618c4c34ca15ebf1.tar.xz
wireguard-openbsd-08a2e901685e3ec22fb8e7ef618c4c34ca15ebf1.zip
bump to 2.4.2
Diffstat (limited to 'lib/libssl/src')
-rw-r--r--lib/libssl/src/crypto/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libssl/src/crypto/opensslv.h b/lib/libssl/src/crypto/opensslv.h
index fe9b3d7ed79..2becf1af017 100644
--- a/lib/libssl/src/crypto/opensslv.h
+++ b/lib/libssl/src/crypto/opensslv.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: opensslv.h,v 1.35 2016/06/06 09:50:15 bcook Exp $ */
+/* $OpenBSD: opensslv.h,v 1.36 2016/06/30 11:10:29 bcook Exp $ */
#ifndef HEADER_OPENSSLV_H
#define HEADER_OPENSSLV_H
/* These will change with each release of LibreSSL-portable */
-#define LIBRESSL_VERSION_NUMBER 0x2040100fL
-#define LIBRESSL_VERSION_TEXT "LibreSSL 2.4.1"
+#define LIBRESSL_VERSION_NUMBER 0x2040200fL
+#define LIBRESSL_VERSION_TEXT "LibreSSL 2.4.2"
/* These will never change */
#define OPENSSL_VERSION_NUMBER 0x20000000L