From c50b31a4e502a4b7cab933708648932099e53452 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sat, 31 Aug 2024 10:52:44 +0000 Subject: Bump LIBRESSL_VERSION_NUMBER --- 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 c6603655e53..82d8bbb1f76 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,11 +1,11 @@ -/* $OpenBSD: opensslv.h,v 1.78 2024/03/02 11:53:30 tb Exp $ */ +/* $OpenBSD: opensslv.h,v 1.79 2024/08/31 10:52:43 tb Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x3090000fL +#define LIBRESSL_VERSION_NUMBER 0x4000000fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 3.9.0" +#define LIBRESSL_VERSION_TEXT "LibreSSL 4.0.0" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L -- cgit v1.2.3