diff options
author | Brent Cook <busterb@gmail.com> | 2021-09-27 00:56:41 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2021-09-27 00:56:41 -0500 |
commit | 36522f142cd55750fb382de288f2b21e36f9ab2a (patch) | |
tree | 5ae04d58aa84d78ffcf8532079bd3a43bf6d29bc | |
parent | f06a0e2d4abd34c3fe898051a027c2e822890e57 (diff) | |
download | portable-36522f142cd55750fb382de288f2b21e36f9ab2a.tar.gz portable-36522f142cd55750fb382de288f2b21e36f9ab2a.tar.bz2 portable-36522f142cd55750fb382de288f2b21e36f9ab2a.zip |
LibreSSL 3.3.5
-rw-r--r-- | patches/opensslv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/opensslv.h b/patches/opensslv.h index 3fcbdaf..7e6158c 100644 --- a/patches/opensslv.h +++ b/patches/opensslv.h | |||
@@ -3,9 +3,9 @@ | |||
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 0x3030400fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x3030500fL |
7 | /* ^ Patch starts here */ | 7 | /* ^ Patch starts here */ |
8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.3.4" | 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.3.5" |
9 | 9 | ||
10 | /* These will never change */ | 10 | /* These will never change */ |
11 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 11 | #define OPENSSL_VERSION_NUMBER 0x20000000L |