summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbcook <bcook@openbsd.org>2018-09-23 17:52:40 +0000
committerbcook <bcook@openbsd.org>2018-09-23 17:52:40 +0000
commite103985b075fee4ab511352003f2cc71c623550d (patch)
tree7bdbe302c11e50ec366f03e004212e6d02ff936b
parentDocument bufferevent_setwatermark(). Initial diff from Geoff Hill on tech@ with (diff)
downloadwireguard-openbsd-e103985b075fee4ab511352003f2cc71c623550d.tar.xz
wireguard-openbsd-e103985b075fee4ab511352003f2cc71c623550d.zip
bump for LibreSSL 2.8.1
-rw-r--r--lib/libcrypto/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/opensslv.h b/lib/libcrypto/opensslv.h
index 3efa2ef3cc1..df7b99b282c 100644
--- a/lib/libcrypto/opensslv.h
+++ b/lib/libcrypto/opensslv.h
@@ -1,11 +1,11 @@
-/* $OpenBSD: opensslv.h,v 1.47 2018/05/03 00:48:23 bcook Exp $ */
+/* $OpenBSD: opensslv.h,v 1.48 2018/09/23 17:52:40 bcook Exp $ */
#ifndef HEADER_OPENSSLV_H
#define HEADER_OPENSSLV_H
/* These will change with each release of LibreSSL-portable */
-#define LIBRESSL_VERSION_NUMBER 0x2080000fL
+#define LIBRESSL_VERSION_NUMBER 0x2080100fL
/* ^ Patch starts here */
-#define LIBRESSL_VERSION_TEXT "LibreSSL 2.8.0"
+#define LIBRESSL_VERSION_TEXT "LibreSSL 2.8.1"
/* These will never change */
#define OPENSSL_VERSION_NUMBER 0x20000000L