summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-01-03 22:43:04 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-01-03 22:43:04 +0000
commiteef0c1f34c7b7d6a38e02f3294eb509aef081749 (patch)
treefb49441433ca3bf20230eeeca5a6e423a9888174 /crypto/pkcs7
parent82a243132723ac27a81d689722e94e05e18992a0 (diff)
Netware support.
Submitted by: Guenter Knauf <eflash@gmx.net>
Diffstat (limited to 'crypto/pkcs7')
-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 */