From 22154acc24e6ca34f953c4e7b63b4e5527805086 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Sun, 29 May 2022 00:37:49 +0100 Subject: OpenSSL: drop unnecessary patch --- sdk/recipes/patches/openssl/crypto.ctype.c.p | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 sdk/recipes/patches/openssl/crypto.ctype.c.p diff --git a/sdk/recipes/patches/openssl/crypto.ctype.c.p b/sdk/recipes/patches/openssl/crypto.ctype.c.p deleted file mode 100644 index e0ecc21..0000000 --- a/sdk/recipes/patches/openssl/crypto.ctype.c.p +++ /dev/null @@ -1,11 +0,0 @@ ---- crypto/ctype.c.orig 2022-05-27 00:00:00.000000000 +0000 ---- crypto/ctype.c 2022-05-27 00:00:00.000000000 +0000 -@@ -295,7 +295,7 @@ - /* str[n]casecmp_l is defined in POSIX 2008-01. Value is taken accordingly - * https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html */ - --#if (defined OPENSSL_SYS_WINDOWS) || (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200809L) -+#if (defined OPENSSL_SYS_WINDOWS) || (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200809L && !defined(OPENSSL_SYS_RISCOS)) - - # if defined OPENSSL_SYS_WINDOWS - # define locale_t _locale_t -- cgit v1.2.3