From 8cc149a6027cb9544d96f4b60afdcd494e92661b Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 6 May 2020 15:45:22 +0000 Subject: Bump LibreSSL version to 3.1.1 ok bcook inoguchi deraadt --- src/lib/libcrypto/opensslv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/libcrypto/opensslv.h b/src/lib/libcrypto/opensslv.h index 7fcd0a35db..b840f771fa 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/lib/libcrypto/opensslv.h @@ -1,11 +1,11 @@ -/* $OpenBSD: opensslv.h,v 1.56 2020/01/14 02:48:51 bcook Exp $ */ +/* $OpenBSD: opensslv.h,v 1.57 2020/05/06 15:45:22 tb Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x3010000fL +#define LIBRESSL_VERSION_NUMBER 0x3010100fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 3.1.0" +#define LIBRESSL_VERSION_TEXT "LibreSSL 3.1.1" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L -- cgit v1.2.3-55-g6feb