summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/openssl/ppc-amigaos/test.rsa_complex.c.p
blob: 969062b4f309aabc8101f02173e9ab2f7b2ff5d1 (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
@@ -16,11 +16,6 @@
  */
 
 #if !defined(__DJGPP__)
-# if defined(__STDC_VERSION__)
-#  if __STDC_VERSION__ >= 199901L
-#   include <complex.h>
-#  endif
-# endif
 # include <openssl/rsa.h>
 #endif
 #include <stdlib.h>