aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/bio_ndef.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-30 23:37:42 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-30 23:37:42 +0000
commit9a85e5381329a67411d790b9e654199ce2a95db1 (patch)
tree42a2e4b0128f10c5a177fd0dbd9c23266255c7b1 /crypto/asn1/bio_ndef.c
parent7409d7ad517650db332ae528915a570e4e0ab88b (diff)
downloadopenssl-9a85e5381329a67411d790b9e654199ce2a95db1.zip
openssl-9a85e5381329a67411d790b9e654199ce2a95db1.tar.gz
openssl-9a85e5381329a67411d790b9e654199ce2a95db1.tar.bz2
no need to include memory.h
Diffstat (limited to 'crypto/asn1/bio_ndef.c')
-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 370389b..b91f97a 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 */