diff options
author | bcook <> | 2022-03-15 21:15:08 +0000 |
---|---|---|
committer | bcook <> | 2022-03-15 21:15:08 +0000 |
commit | 1b0429300cb517f65614cbebf1023e342f8715f5 (patch) | |
tree | b5d08cb35d4a43cc8ffd916fa5868bd0396f80e9 /src | |
parent | 5c69ef1ad7758c56d0b7c06eb4a69de28a79dc86 (diff) | |
download | openbsd-1b0429300cb517f65614cbebf1023e342f8715f5.tar.gz openbsd-1b0429300cb517f65614cbebf1023e342f8715f5.tar.bz2 openbsd-1b0429300cb517f65614cbebf1023e342f8715f5.zip |
LibreSSL 3.5.2
Diffstat (limited to 'src')
-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 9e38acf0c1..1cafae6b51 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/lib/libcrypto/opensslv.h | |||
@@ -1,11 +1,11 @@ | |||
1 | /* $OpenBSD: opensslv.h,v 1.68 2022/03/07 04:11:24 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.69 2022/03/15 21:15:08 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 0x3050100fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x3050200fL |
7 | /* ^ Patch starts here */ | 7 | /* ^ Patch starts here */ |
8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.5.1" | 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.5.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 |