From 79ab745da93f68c95c715d6931b6913f2c04aa15 Mon Sep 17 00:00:00 2001 From: bcook Date: Mon, 7 Mar 2022 04:11:24 +0000 Subject: [PATCH] bump for LibreSSL 3.5.1 --- 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 254be243a25..9e38acf0c15 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,11 +1,11 @@ -/* $OpenBSD: opensslv.h,v 1.67 2021/10/21 08:47:42 tb Exp $ */ +/* $OpenBSD: opensslv.h,v 1.68 2022/03/07 04:11:24 bcook Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x3050000fL +#define LIBRESSL_VERSION_NUMBER 0x3050100fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 3.5.0" +#define LIBRESSL_VERSION_TEXT "LibreSSL 3.5.1" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L -- 2.20.1