From: Dr. Stephen Henson Date: Sat, 30 Apr 2011 23:38:05 +0000 (+0000) Subject: no need to include memory.h X-Git-Tag: OpenSSL_1_0_1-beta1~332 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dca30c44f5c83a33a07d31dcffbf739321286073;p=oweals%2Fopenssl.git no need to include memory.h --- 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 #include -#ifndef OPENSSL_SYSNAME_NETWARE -#include -#endif #include /* Experimental NDEF ASN1 BIO support routines */