From 86a33787ef9af9679de9b7da990e543682dc9be1 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 6 Feb 2022 22:18:24 -0600 Subject: add version file --- patches/opensslv.h | 18 ++++++++++++++++++ patches/tlsexttest.c.patch | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 patches/opensslv.h (limited to 'patches') diff --git a/patches/opensslv.h b/patches/opensslv.h new file mode 100644 index 0000000..7555c10 --- /dev/null +++ b/patches/opensslv.h @@ -0,0 +1,18 @@ +/* $OpenBSD$ */ +#ifndef HEADER_OPENSSLV_H +#define HEADER_OPENSSLV_H + +/* These will change with each release of LibreSSL-portable */ +#define LIBRESSL_VERSION_NUMBER 0x3040200fL +/* ^ Patch starts here */ +#define LIBRESSL_VERSION_TEXT "LibreSSL 3.4.2" + +/* These will never change */ +#define OPENSSL_VERSION_NUMBER 0x20000000L +#define OPENSSL_VERSION_TEXT LIBRESSL_VERSION_TEXT +#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT + +#define SHLIB_VERSION_HISTORY "" +#define SHLIB_VERSION_NUMBER "1.0.0" + +#endif /* HEADER_OPENSSLV_H */ diff --git a/patches/tlsexttest.c.patch b/patches/tlsexttest.c.patch index f81c196..3b1b379 100644 --- a/patches/tlsexttest.c.patch +++ b/patches/tlsexttest.c.patch @@ -1,5 +1,5 @@ ---- tests/tlsexttest.c.orig Mon Apr 5 01:40:26 2021 -+++ tests/tlsexttest.c Thu Apr 8 04:17:13 2021 +--- tests/tlsexttest.c.orig Sun Feb 6 21:12:21 2022 ++++ tests/tlsexttest.c Sun Feb 6 21:12:45 2022 @@ -1658,7 +1658,9 @@ }; -- cgit v1.2.3-55-g6feb