From 9297e6d07207d87da4eb56a832e444faf0d16708 Mon Sep 17 00:00:00 2001 From: bcook <> Date: Tue, 3 Nov 2015 02:21:20 +0000 Subject: 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 --- src/lib/libcrypto/opensslv.h | 6 +++--- src/lib/libssl/src/crypto/opensslv.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lib/libcrypto/opensslv.h b/src/lib/libcrypto/opensslv.h index ecf6049168..602ba07e6c 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/lib/libcrypto/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 diff --git a/src/lib/libssl/src/crypto/opensslv.h b/src/lib/libssl/src/crypto/opensslv.h index ecf6049168..602ba07e6c 100644 --- a/src/lib/libssl/src/crypto/opensslv.h +++ b/src/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 -- cgit v1.2.3-55-g6feb