diff options
author | Brent Cook <busterb@gmail.com> | 2024-03-06 04:07:07 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-03-06 04:07:07 -0600 |
commit | cb2c9d738349ea662bde72b405338e9724a59719 (patch) | |
tree | 1de91542763fbf31084b4fcf1555a41577a3fb4f /patches | |
parent | 56b50e19a75e66c93888106b77e5b5cdcd6e766c (diff) | |
download | portable-cb2c9d738349ea662bde72b405338e9724a59719.tar.gz portable-cb2c9d738349ea662bde72b405338e9724a59719.tar.bz2 portable-cb2c9d738349ea662bde72b405338e9724a59719.zip |
bump to LibreSSL 3.8.3
Diffstat (limited to 'patches')
-rw-r--r-- | patches/opensslv.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/patches/opensslv.h b/patches/opensslv.h new file mode 100644 index 0000000..c92285f --- /dev/null +++ b/patches/opensslv.h | |||
@@ -0,0 +1,18 @@ | |||
1 | /* $OpenBSD: opensslv.h,v 1.77 2023/09/20 11:42:25 tb Exp $ */ | ||
2 | #ifndef HEADER_OPENSSLV_H | ||
3 | #define HEADER_OPENSSLV_H | ||
4 | |||
5 | /* These will change with each release of LibreSSL-portable */ | ||
6 | #define LIBRESSL_VERSION_NUMBER 0x3080300fL | ||
7 | /* ^ Patch starts here */ | ||
8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.8.3" | ||
9 | |||
10 | /* These will never change */ | ||
11 | #define OPENSSL_VERSION_NUMBER 0x20000000L | ||
12 | #define OPENSSL_VERSION_TEXT LIBRESSL_VERSION_TEXT | ||
13 | #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT | ||
14 | |||
15 | #define SHLIB_VERSION_HISTORY "" | ||
16 | #define SHLIB_VERSION_NUMBER "1.0.0" | ||
17 | |||
18 | #endif /* HEADER_OPENSSLV_H */ | ||