From 80d8f7a07c4ffb60c6b767ae871d6ecf0ad8fa65 Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 27 May 2023 13:54:46 +0000 Subject: [PATCH] Bump LibreSSL version --- 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 87164d26894..6b6e901fdf4 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,11 +1,11 @@ -/* $OpenBSD: opensslv.h,v 1.75 2023/04/27 10:43:47 tb Exp $ */ +/* $OpenBSD: opensslv.h,v 1.76 2023/05/27 13:54:46 tb Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x3080000fL +#define LIBRESSL_VERSION_NUMBER 0x3080100fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 3.8.0" +#define LIBRESSL_VERSION_TEXT "LibreSSL 3.8.1" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L -- 2.20.1