From: Acheev Bhagat Date: Wed, 12 Jun 2019 00:28:04 +0000 (-0400) Subject: Remove redundant include X-Git-Tag: openssl-3.0.0-alpha1~1963 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f35819d1b7e195af9a41d991db00655f6f2c0af3;p=oweals%2Fopenssl.git Remove redundant include Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/9137) --- diff --git a/include/openssl/bio.h b/include/openssl/bio.h index 66e0b96b44..a0c922082d 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