From dd987f40168e0552ca0d36e2cedccceda4a34ecf Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 3 Oct 2022 13:14:46 +0100 Subject: gentoo auto-resync : 03:10:2022 - 13:14:45 --- .../files/openpace-1.1.2-openssl-3.0-3.patch | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dev-libs/openpace/files/openpace-1.1.2-openssl-3.0-3.patch (limited to 'dev-libs/openpace/files/openpace-1.1.2-openssl-3.0-3.patch') diff --git a/dev-libs/openpace/files/openpace-1.1.2-openssl-3.0-3.patch b/dev-libs/openpace/files/openpace-1.1.2-openssl-3.0-3.patch new file mode 100644 index 000000000000..9ae0221adb7b --- /dev/null +++ b/dev-libs/openpace/files/openpace-1.1.2-openssl-3.0-3.patch @@ -0,0 +1,23 @@ +From 4c22789d264bd249cfff1c3e69466991e58a76cf Mon Sep 17 00:00:00 2001 +From: Frank Morgner +Date: Mon, 20 Dec 2021 02:32:58 +0100 +Subject: [PATCH] fixed openssl 3 include + +--- + src/eac_util.c | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/eac_util.c b/src/eac_util.c +index 6e518e0..c9196fd 100644 +--- a/src/eac_util.c ++++ b/src/eac_util.c +@@ -321,7 +321,9 @@ randb(int numbytes) + return NULL; + } + ++#if OPENSSL_VERSION_NUMBER >= 0x30000000L + #include ++#endif + + BUF_MEM * + retail_mac_des(const BUF_MEM * key, const BUF_MEM * in) -- cgit v1.2.3