diff options
| author | tb <> | 2025-09-28 14:17:52 +0000 |
|---|---|---|
| committer | tb <> | 2025-09-28 14:17:52 +0000 |
| commit | 3d7417f2050e2c59d3bc34048d7ddf7f9335c1e0 (patch) | |
| tree | 44cf4e72f1ecd64e9056c966dc85ba68b81f93c2 /src | |
| parent | dee41641c860153d9ff3214fdf9f43ae9a10429c (diff) | |
| download | openbsd-3d7417f2050e2c59d3bc34048d7ddf7f9335c1e0.tar.gz openbsd-3d7417f2050e2c59d3bc34048d7ddf7f9335c1e0.tar.bz2 openbsd-3d7417f2050e2c59d3bc34048d7ddf7f9335c1e0.zip | |
Bump libressl version to 4.2.0
The version check will break the rust-openssl regress unless you have
rust-openssl-tests-20250927p0.
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 bf06db8bce..e191a0dec1 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/lib/libcrypto/opensslv.h | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | /* $OpenBSD: opensslv.h,v 1.80 2025/03/09 15:49:18 tb Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.81 2025/09/28 14:17:52 tb 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 0x4010000fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x4020000fL |
| 7 | /* ^ Patch starts here */ | 7 | /* ^ Patch starts here */ |
| 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 4.1.0" | 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 4.2.0" |
| 9 | 9 | ||
| 10 | /* These will never change */ | 10 | /* These will never change */ |
| 11 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 11 | #define OPENSSL_VERSION_NUMBER 0x20000000L |
