diff options
| author | bcook <> | 2022-03-15 21:15:08 +0000 |
|---|---|---|
| committer | bcook <> | 2022-03-15 21:15:08 +0000 |
| commit | c5ce82ea50f87ffdf3b22ac031ec08965308f808 (patch) | |
| tree | b5d08cb35d4a43cc8ffd916fa5868bd0396f80e9 /src | |
| parent | 5ad5879113588eef4d693bcf7e8a51f803641921 (diff) | |
| download | openbsd-c5ce82ea50f87ffdf3b22ac031ec08965308f808.tar.gz openbsd-c5ce82ea50f87ffdf3b22ac031ec08965308f808.tar.bz2 openbsd-c5ce82ea50f87ffdf3b22ac031ec08965308f808.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 |
