diff options
| author | bcook <> | 2022-03-07 04:11:24 +0000 |
|---|---|---|
| committer | bcook <> | 2022-03-07 04:11:24 +0000 |
| commit | 13cc531429ceef5b1ef0ff5689487563e62e3776 (patch) | |
| tree | bb0ea1dd300274c3917981d902ba8f8c84b57fa4 /src | |
| parent | c14d2ec68333323de403d1ca3801b31658f0f498 (diff) | |
| download | openbsd-13cc531429ceef5b1ef0ff5689487563e62e3776.tar.gz openbsd-13cc531429ceef5b1ef0ff5689487563e62e3776.tar.bz2 openbsd-13cc531429ceef5b1ef0ff5689487563e62e3776.zip | |
bump for LibreSSL 3.5.1
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 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 |
