diff options
author | Brent Cook <busterb@gmail.com> | 2021-08-23 09:38:16 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2021-08-23 09:38:16 -0500 |
commit | 409fe207094594c3c7d2abf62ab4400d9328ede9 (patch) | |
tree | 95c7602f22024e03057b7db5cb613d37801a395e /patches/opensslv.h | |
parent | df2d4bb0a88213747fbf22cd710c02b5e27dab88 (diff) | |
download | portable-3.3.4.tar.gz portable-3.3.4.tar.bz2 portable-3.3.4.zip |
LibreSSL 3.3.4v3.3.4
Diffstat (limited to 'patches/opensslv.h')
-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 cc5fe4d..3fcbdaf 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 0x3030300fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x3030400fL |
7 | /* ^ Patch starts here */ | 7 | /* ^ Patch starts here */ |
8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.3.3" | 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.3.4" |
9 | 9 | ||
10 | /* These will never change */ | 10 | /* These will never change */ |
11 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 11 | #define OPENSSL_VERSION_NUMBER 0x20000000L |