[openssl] master update
Dr. Paul Dale
pauli at openssl.org
Wed Jun 12 03:06:15 UTC 2019
The branch master has been updated
via f35819d1b7e195af9a41d991db00655f6f2c0af3 (commit)
from c79b6b874b734c4fc495201256648f5b726ec90c (commit)
- Log -----------------------------------------------------------------
commit f35819d1b7e195af9a41d991db00655f6f2c0af3
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)
-----------------------------------------------------------------------
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 66e0b96..a0c9220 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