summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/openssl/ppc-amigaos/memory.h.p
diff options
context:
space:
mode:
Diffstat (limited to 'sdk/recipes/patches/openssl/ppc-amigaos/memory.h.p')
-rw-r--r--sdk/recipes/patches/openssl/ppc-amigaos/memory.h.p33
1 files changed, 33 insertions, 0 deletions
diff --git a/sdk/recipes/patches/openssl/ppc-amigaos/memory.h.p b/sdk/recipes/patches/openssl/ppc-amigaos/memory.h.p
new file mode 100644
index 0000000..38232d1
--- /dev/null
+++ b/sdk/recipes/patches/openssl/ppc-amigaos/memory.h.p
@@ -0,0 +1,33 @@
+--- crypto/asn1/bio_ndef.c.orig 2011-03-08 22:18:51.000000000 +0000
++++ crypto/asn1/bio_ndef.c 2011-03-08 22:19:03.000000000 +0000
+@@ -58,7 +58,7 @@
+ #include <openssl/err.h>
+
+ #ifndef OPENSSL_SYSNAME_NETWARE
+-#include <memory.h>
++#include <string.h>
+ #endif
+ #include <stdio.h>
+
+--- crypto/jpake/jpake.c.orig 2011-03-08 22:19:36.000000000 +0000
++++ crypto/jpake/jpake.c 2011-03-08 22:19:49.000000000 +0000
+@@ -3,7 +3,7 @@
+ #include <openssl/crypto.h>
+ #include <openssl/sha.h>
+ #include <openssl/err.h>
+-#include <memory.h>
++#include <string.h>
+
+ /*
+ * In the definition, (xa, xb, xc, xd) are Alice's (x1, x2, x3, x4) or
+--- crypto/pkcs7/bio_pk7.c.orig 2011-03-08 22:21:16.000000000 +0000
++++ crypto/pkcs7/bio_pk7.c 2011-03-08 22:21:23.000000000 +0000
+@@ -57,7 +57,7 @@
+ #include <openssl/bio.h>
+
+ #ifndef OPENSSL_SYSNAME_NETWARE
+-#include <memory.h>
++#include <string.h>
+ #endif
+ #include <stdio.h>
+