From 95b5c687013cd519d1c1d97da227d8a466fc0e22 Mon Sep 17 00:00:00 2001 From: bcook <> Date: Sun, 7 Mar 2021 08:53:10 +0000 Subject: LibreSSL 3.3.2 --- 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 133a84c204..6a295c342c 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/lib/libcrypto/opensslv.h @@ -1,11 +1,11 @@ -/* $OpenBSD: opensslv.h,v 1.63 2020/12/08 17:39:06 bcook Exp $ */ +/* $OpenBSD: opensslv.h,v 1.64 2021/03/07 08:53:10 bcook Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x3030100fL +#define LIBRESSL_VERSION_NUMBER 0x3030200fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 3.3.1" +#define LIBRESSL_VERSION_TEXT "LibreSSL 3.3.2" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L -- cgit v1.2.3-55-g6feb