[openssl] OpenSSL_1_1_1-stable update

Dr. Paul Dale pauli at openssl.org
Wed Jun 12 03:10:09 UTC 2019


The branch OpenSSL_1_1_1-stable has been updated
       via  1d238e0514d882dd559e6fd6dc152f1e1bfb8f8a (commit)
      from  c4376aed029f10b1c6cd0fd26e0c111e55bf3ab0 (commit)


- Log -----------------------------------------------------------------
commit 1d238e0514d882dd559e6fd6dc152f1e1bfb8f8a
Author: Acheev Bhagat <acheevbhagat at hotmail.com>
Date:   Tue Jun 11 20:28:04 2019 -0400

    Remove redundant include
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/9137)
    
    (cherry picked from commit f35819d1b7e195af9a41d991db00655f6f2c0af3)

-----------------------------------------------------------------------

Summary of changes:
 include/openssl/bio.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/include/openssl/bio.h b/include/openssl/bio.h
index 2888b42..d67117a 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


More information about the openssl-commits mailing list