From: Dr. Stephen Henson Date: Sat, 30 Apr 2011 23:37:42 +0000 (+0000) Subject: no need to include memory.h X-Git-Tag: OpenSSL-fips-2_0-rc1~494 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a85e5381329a67411d790b9e654199ce2a95db1;p=thirdparty%2Fopenssl.git no need to include memory.h --- diff --git a/crypto/asn1/bio_ndef.c b/crypto/asn1/bio_ndef.c index 370389b1e6e..b91f97a1b13 100644 --- a/crypto/asn1/bio_ndef.c +++ b/crypto/asn1/bio_ndef.c @@ -57,9 +57,6 @@ #include #include -#ifndef OPENSSL_SYSNAME_NETWARE -#include -#endif #include /* Experimental NDEF ASN1 BIO support routines */