diff options
author | bcook <> | 2022-03-07 04:11:24 +0000 |
---|---|---|
committer | bcook <> | 2022-03-07 04:11:24 +0000 |
commit | 286d2bf7c6ecb450bcd82cbe7c0b28592b7adcbe (patch) | |
tree | bb0ea1dd300274c3917981d902ba8f8c84b57fa4 /src/lib | |
parent | 1e42bd9e39a64f2c9f61444f3f32e30f28b2345a (diff) | |
download | openbsd-286d2bf7c6ecb450bcd82cbe7c0b28592b7adcbe.tar.gz openbsd-286d2bf7c6ecb450bcd82cbe7c0b28592b7adcbe.tar.bz2 openbsd-286d2bf7c6ecb450bcd82cbe7c0b28592b7adcbe.zip |
bump for LibreSSL 3.5.1
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 254be243a2..9e38acf0c1 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/lib/libcrypto/opensslv.h | |||
@@ -1,11 +1,11 @@ | |||
1 | /* $OpenBSD: opensslv.h,v 1.67 2021/10/21 08:47:42 tb Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.68 2022/03/07 04:11:24 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 0x3050000fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x3050100fL |
7 | /* ^ Patch starts here */ | 7 | /* ^ Patch starts here */ |
8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.5.0" | 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.5.1" |
9 | 9 | ||
10 | /* These will never change */ | 10 | /* These will never change */ |
11 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 11 | #define OPENSSL_VERSION_NUMBER 0x20000000L |