summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
authorbcook <bcook@openbsd.org>2015-11-03 02:21:20 +0000
committerbcook <bcook@openbsd.org>2015-11-03 02:21:20 +0000
commit5dd6626aa1c0223b4ae6a5f15dbdd95a027d12e3 (patch)
tree8fb52a600fc4c7ad514566e5c7bf90642b5d6539 /lib/libssl/src
parentRFC2292 and IPV6_PKTOPTIONS are dead; ok millert@ (diff)
downloadwireguard-openbsd-5dd6626aa1c0223b4ae6a5f15dbdd95a027d12e3.tar.xz
wireguard-openbsd-5dd6626aa1c0223b4ae6a5f15dbdd95a027d12e3.zip
bump to 2.3.2, format LIBRESSL_VERSION_NUMBER like OPENSSL_VERSION_NUMBER.
Suggested by WubTheCaptain so the same comparison code can be used with LibreSSL. https://www.openssl.org/docs/manmaster/crypto/OPENSSL_VERSION_NUMBER.html
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 ecf6049168e..602ba07e6c2 100644
--- a/lib/libssl/src/crypto/opensslv.h
+++ b/lib/libssl/src/crypto/opensslv.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: opensslv.h,v 1.32 2015/09/27 18:09:51 bcook Exp $ */
+/* $OpenBSD: opensslv.h,v 1.33 2015/11/03 02:21:20 bcook Exp $ */
#ifndef HEADER_OPENSSLV_H
#define HEADER_OPENSSLV_H
/* These will change with each release of LibreSSL-portable */
-#define LIBRESSL_VERSION_NUMBER 0x20030001L
-#define LIBRESSL_VERSION_TEXT "LibreSSL 2.3.1"
+#define LIBRESSL_VERSION_NUMBER 0x2030200fL
+#define LIBRESSL_VERSION_TEXT "LibreSSL 2.3.2"
/* These will never change */
#define OPENSSL_VERSION_NUMBER 0x20000000L