From 29203d1434daa372c22efe2a026cac52a06583cf Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 16 Mar 2023 08:16:21 +0000 Subject: [PATCH] Bump LibreSSL version to 3.7.2 --- 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 b21bbe58841..b0efec80fac 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,11 +1,11 @@ -/* $OpenBSD: opensslv.h,v 1.72 2022/12/12 14:16:58 tb Exp $ */ +/* $OpenBSD: opensslv.h,v 1.73 2023/03/16 08:16:21 tb Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x3070100fL +#define LIBRESSL_VERSION_NUMBER 0x3070200fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 3.7.1" +#define LIBRESSL_VERSION_TEXT "LibreSSL 3.7.2" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L -- 2.20.1