From 3eb9765b9f4adf3e2bbb5abdee92817bad87ba49 Mon Sep 17 00:00:00 2001 From: tb Date: Mon, 4 Jul 2022 12:31:55 +0000 Subject: [PATCH] Bump to LibreSSL 3.6.0 --- lib/libcrypto/opensslv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libcrypto/opensslv.h b/lib/libcrypto/opensslv.h index 1cafae6b514..06204c55281 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,11 +1,11 @@ -/* $OpenBSD: opensslv.h,v 1.69 2022/03/15 21:15:08 bcook Exp $ */ +/* $OpenBSD: opensslv.h,v 1.70 2022/07/04 12:31:55 tb Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x3050200fL +#define LIBRESSL_VERSION_NUMBER 0x3060000fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 3.5.2" +#define LIBRESSL_VERSION_TEXT "LibreSSL 3.6.0" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L -- 2.20.1