From 8b8ae5da6783acb0ba23d00d087954af4490023d Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 27 May 2023 13:54:46 +0000 Subject: Bump LibreSSL version --- 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 87164d2689..6b6e901fdf 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/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 -- cgit v1.2.3-55-g6feb