summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAcheev Bhagat <acheevbhagat@hotmail.com>2019-06-11 20:28:04 -0400
committerPauli <paul.dale@oracle.com>2019-06-12 12:51:37 +1000
commit1d238e0514d882dd559e6fd6dc152f1e1bfb8f8a (patch)
tree1982e1496b87f96c1b25d05167c133ceafcea374
parentc4376aed029f10b1c6cd0fd26e0c111e55bf3ab0 (diff)
Remove redundant include
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)
-rw-r--r--include/openssl/bio.h4
1 files changed, 0 insertions, 4 deletions
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 <openssl/crypto.h>
# include <openssl/bioerr.h>
-# ifndef OPENSSL_NO_SCTP
-# include <openssl/e_os2.h>
-# endif
-
#ifdef __cplusplus
extern "C" {
#endif