From f35819d1b7e195af9a41d991db00655f6f2c0af3 Mon Sep 17 00:00:00 2001 From: Acheev Bhagat Date: Tue, 11 Jun 2019 20:28:04 -0400 Subject: [PATCH] Remove redundant include Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/9137) --- include/openssl/bio.h | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.34.1