diff options
| author | Brent Cook <busterb@gmail.com> | 2026-04-18 19:22:39 -0500 |
|---|---|---|
| committer | Brent Cook <busterb@gmail.com> | 2026-04-18 19:24:24 -0500 |
| commit | 631631f7f8163c32050f6c78e6427bb4f4c72a72 (patch) | |
| tree | fc3e0f6dc91ba5de563624d31d8be4792738bcbf | |
| parent | 28f6810732328e36557b5220e51cad7eaba8dea9 (diff) | |
| download | portable-631631f7f8163c32050f6c78e6427bb4f4c72a72.tar.gz portable-631631f7f8163c32050f6c78e6427bb4f4c72a72.tar.bz2 portable-631631f7f8163c32050f6c78e6427bb4f4c72a72.zip | |
LibreSSL 3.4.1
| -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..20a9261 --- /dev/null +++ b/patches/opensslv.h | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | /* $OpenBSD: opensslv.h,v 1.82 2026/04/08 05:30:20 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 0x4030100fL | ||
| 7 | /* ^ Patch starts here */ | ||
| 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 4.3.1" | ||
| 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 */ | ||
