summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/openssl/ppc-amigaos/test.rsa_complex.c.p
blob: a5fa68a8e5fff85cadd0213ab1706cf51c16fc2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- test/rsa_complex.c.orig	2019-02-14 10:16:06.665734720 +0000
+++ test/rsa_complex.c	2019-02-14 10:16:18.581682332 +0000
@@ -12,11 +12,6 @@
  * The former defines "I" as a macro and earlier versions of the latter use
  * for function arguments.
  */
-#if defined(__STDC_VERSION__)
-# if __STDC_VERSION__ >= 199901L
-#  include <complex.h>
-# endif
-#endif
 #include <openssl/rsa.h>
 #include <stdlib.h>