From 211229d1689008022e679e1bdfd3e685ebcb90ff Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 2 Mar 2024 11:53:30 +0000 Subject: [PATCH] Crank libressl version to 3.9.0 (finally!) --- 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 d7ce60fd303..c6603655e53 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,11 +1,11 @@ -/* $OpenBSD: opensslv.h,v 1.77 2023/09/20 11:42:25 tb Exp $ */ +/* $OpenBSD: opensslv.h,v 1.78 2024/03/02 11:53:30 tb Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x3080200fL +#define LIBRESSL_VERSION_NUMBER 0x3090000fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 3.8.2" +#define LIBRESSL_VERSION_TEXT "LibreSSL 3.9.0" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L -- 2.20.1