diff options
author | Brent Cook <busterb@gmail.com> | 2020-08-10 18:08:26 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2020-08-10 18:37:40 -0500 |
commit | 11b1c765b89668009d497c562bc1e1fb70b621f2 (patch) | |
tree | 34869f555559187eb843fb80615928a0e45fea5f | |
parent | 957104695264fcd7ddc3dda2a1a0d8472f7abafc (diff) | |
download | portable-11b1c765b89668009d497c562bc1e1fb70b621f2.tar.gz portable-11b1c765b89668009d497c562bc1e1fb70b621f2.tar.bz2 portable-11b1c765b89668009d497c562bc1e1fb70b621f2.zip |
LibreSSL 3.1.4
Diffstat (limited to '')
-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 6303d4a..4432538 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 0x3010300fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x3010400fL |
7 | /* ^ Patch starts here */ | 7 | /* ^ Patch starts here */ |
8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.1.3" | 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.1.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 |