summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/bio_pk7.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/pkcs7/bio_pk7.c')
-rw-r--r--crypto/pkcs7/bio_pk7.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/pkcs7/bio_pk7.c b/crypto/pkcs7/bio_pk7.c
index 581ba09f7a..d4a68c039c 100644
--- a/crypto/pkcs7/bio_pk7.c
+++ b/crypto/pkcs7/bio_pk7.c
@@ -60,7 +60,9 @@
#include <openssl/pkcs7.h>
#include <openssl/bio.h>
+#ifndef OPENSSL_SYSNAME_NETWARE
#include <memory.h>
+#endif
#include <stdio.h>
/* Highly experiemental PKCS#7 BIO support routines */