diff options
author | bcook <> | 2021-03-07 08:53:10 +0000 |
---|---|---|
committer | bcook <> | 2021-03-07 08:53:10 +0000 |
commit | 95b5c687013cd519d1c1d97da227d8a466fc0e22 (patch) | |
tree | be876b49535c28c801b774077290364124f81f17 /src/lib | |
parent | 832000c4b16d02af0706fc03c94d93715299c9f2 (diff) | |
download | openbsd-95b5c687013cd519d1c1d97da227d8a466fc0e22.tar.gz openbsd-95b5c687013cd519d1c1d97da227d8a466fc0e22.tar.bz2 openbsd-95b5c687013cd519d1c1d97da227d8a466fc0e22.zip |
LibreSSL 3.3.2
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/opensslv.h | 6 |
1 files 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 @@ | |||
1 | /* $OpenBSD: opensslv.h,v 1.63 2020/12/08 17:39:06 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.64 2021/03/07 08:53:10 bcook Exp $ */ |
2 | #ifndef HEADER_OPENSSLV_H | 2 | #ifndef HEADER_OPENSSLV_H |
3 | #define HEADER_OPENSSLV_H | 3 | #define HEADER_OPENSSLV_H |
4 | 4 | ||
5 | /* These will change with each release of LibreSSL-portable */ | 5 | /* These will change with each release of LibreSSL-portable */ |
6 | #define LIBRESSL_VERSION_NUMBER 0x3030100fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x3030200fL |
7 | /* ^ Patch starts here */ | 7 | /* ^ Patch starts here */ |
8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.3.1" | 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.3.2" |
9 | 9 | ||
10 | /* These will never change */ | 10 | /* These will never change */ |
11 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 11 | #define OPENSSL_VERSION_NUMBER 0x20000000L |