From 9a85e5381329a67411d790b9e654199ce2a95db1 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 30 Apr 2011 23:37:42 +0000 Subject: [PATCH] no need to include memory.h --- crypto/asn1/bio_ndef.c | 3 --- 1 file changed, 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 #include -#ifndef OPENSSL_SYSNAME_NETWARE -#include -#endif #include /* Experimental NDEF ASN1 BIO support routines */ -- 2.34.1