diff options
author | Brent Cook <bcook@cvs.openbsd.org> | 2020-12-08 17:39:07 +0000 |
---|---|---|
committer | Brent Cook <bcook@cvs.openbsd.org> | 2020-12-08 17:39:07 +0000 |
commit | a8a641018311f161b275140db359dcd4432c2be3 (patch) | |
tree | 11c0d4d43841d66a49f8da6f192dcb77412e2443 /lib/libcrypto | |
parent | 61f827c28b005df234e641eb097169f9a6a9f704 (diff) |
LibreSSL 3.3.1
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/opensslv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/opensslv.h b/lib/libcrypto/opensslv.h index 4912196b57a..133a84c204a 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,11 +1,11 @@ -/* $OpenBSD: opensslv.h,v 1.62 2020/11/18 11:10:08 bcook Exp $ */ +/* $OpenBSD: opensslv.h,v 1.63 2020/12/08 17:39:06 bcook Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x3030000fL +#define LIBRESSL_VERSION_NUMBER 0x3030100fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 3.3.0" +#define LIBRESSL_VERSION_TEXT "LibreSSL 3.3.1" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L |