Remove redundant include
authorAcheev Bhagat <acheevbhagat@hotmail.com>
Wed, 12 Jun 2019 00:28:04 +0000 (20:28 -0400)
committerPauli <paul.dale@oracle.com>
Wed, 12 Jun 2019 02:51:37 +0000 (12:51 +1000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9137)

(cherry picked from commit f35819d1b7e195af9a41d991db00655f6f2c0af3)

include/openssl/bio.h

index 2888b42da84dfc1bafb3df51bcdb5886fea0914d..d67117a1479f594f58ab06a4a47cda37274a3b09 100644 (file)
 # include <openssl/crypto.h>
 # include <openssl/bioerr.h>
 
-# ifndef OPENSSL_NO_SCTP
-#  include <openssl/e_os2.h>
-# endif
-
 #ifdef  __cplusplus
 extern "C" {
 #endif