From 92d29f8fce676c9e419391df00d7aad17305a2fc Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 21 Oct 2021 08:47:42 +0000 Subject: [PATCH] Bump to LibreSSL 3.5.0 --- 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 4adc3bf8a72..254be243a25 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,11 +1,11 @@ -/* $OpenBSD: opensslv.h,v 1.66 2021/09/15 17:14:26 tb Exp $ */ +/* $OpenBSD: opensslv.h,v 1.67 2021/10/21 08:47:42 tb Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x3040100fL +#define LIBRESSL_VERSION_NUMBER 0x3050000fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 3.4.1" +#define LIBRESSL_VERSION_TEXT "LibreSSL 3.5.0" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L -- 2.20.1