From b1d01e6f356d5697eb970fe901d012de69084c84 Mon Sep 17 00:00:00 2001 From: bcook <> Date: Tue, 14 Oct 2014 13:12:35 +0000 Subject: Bump libressl version string to 2.1. This makes 'openssl version' print a string that matches the -portable release number. Thanks to @blakkeim for pointing it out. The version integer is left alone, with the idea of discouraging software from relying on magic numbers for detecting features. Software configuration should do explicit feature tests instead. ok beck@, deraadt@ --- src/lib/libcrypto/opensslv.h | 4 ++-- src/lib/libssl/src/crypto/opensslv.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/opensslv.h b/src/lib/libcrypto/opensslv.h index 4996768d22..33b2293bbe 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/lib/libcrypto/opensslv.h @@ -1,10 +1,10 @@ -/* $OpenBSD: opensslv.h,v 1.27 2014/07/11 21:21:59 beck Exp $ */ +/* $OpenBSD: opensslv.h,v 1.28 2014/10/14 13:12:35 bcook Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H #define LIBRESSL_VERSION_NUMBER 0x20000000L #define OPENSSL_VERSION_NUMBER 0x20000000L -#define OPENSSL_VERSION_TEXT "LibreSSL 2.0" +#define OPENSSL_VERSION_TEXT "LibreSSL 2.1" #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT #define SHLIB_VERSION_HISTORY "" diff --git a/src/lib/libssl/src/crypto/opensslv.h b/src/lib/libssl/src/crypto/opensslv.h index 4996768d22..33b2293bbe 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.27 2014/07/11 21:21:59 beck Exp $ */ +/* $OpenBSD: opensslv.h,v 1.28 2014/10/14 13:12:35 bcook Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H #define LIBRESSL_VERSION_NUMBER 0x20000000L #define OPENSSL_VERSION_NUMBER 0x20000000L -#define OPENSSL_VERSION_TEXT "LibreSSL 2.0" +#define OPENSSL_VERSION_TEXT "LibreSSL 2.1" #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT #define SHLIB_VERSION_HISTORY "" -- cgit v1.2.3-55-g6feb