summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-30 23:38:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-30 23:38:05 +0000
commitdca30c44f5c83a33a07d31dcffbf739321286073 (patch)
tree3fe5ae13e59f1b0401442f3900ec8dcb86acfe23 /crypto/asn1
parentf2c358c6ceeaa186eb5b05adaca08d3398065144 (diff)
no need to include memory.h
Diffstat (limited to 'crypto/asn1')
-rw-r--r--crypto/asn1/bio_ndef.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/asn1/bio_ndef.c b/crypto/asn1/bio_ndef.c
index 370389b1e6..b91f97a1b1 100644
--- a/crypto/asn1/bio_ndef.c
+++ b/crypto/asn1/bio_ndef.c
@@ -57,9 +57,6 @@
#include <openssl/bio.h>
#include <openssl/err.h>
-#ifndef OPENSSL_SYSNAME_NETWARE
-#include <memory.h>
-#endif
#include <stdio.h>
/* Experimental NDEF ASN1 BIO support routines */