From: Acheev Bhagat Date: Wed, 12 Jun 2019 00:28:04 +0000 (-0400) Subject: Remove redundant include X-Git-Tag: OpenSSL_1_1_1d~143 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1d238e0514d882dd559e6fd6dc152f1e1bfb8f8a;p=oweals%2Fopenssl.git Remove redundant include Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/9137) (cherry picked from commit f35819d1b7e195af9a41d991db00655f6f2c0af3) --- diff --git a/include/openssl/bio.h b/include/openssl/bio.h index 2888b42da8..d67117a147 100644 --- a/include/openssl/bio.h +++ b/include/openssl/bio.h @@ -20,10 +20,6 @@ # include # include -# ifndef OPENSSL_NO_SCTP -# include -# endif - #ifdef __cplusplus extern "C" { #endif