Hi, What do you think about the attached patch that fixes yet another OpenSSL 1.1.x compilation problem: the OpenSSL developers dropped the ssl23.h file altogether?
Thanks for your work on stunnel! G'luck, Peter -- Peter Pentchev [email protected] [email protected] [email protected] PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint 2EE7 A7A5 17FC 124C F115 C354 651E EFB0 2527 DF13
Description: Do not include the ssl23.h file. It's not there any more in OpenSSL 1.1. Forwarded: not yet Author: Peter Pentchev <[email protected]> Last-Update: 2016-06-27 --- a/src/common.h +++ b/src/common.h @@ -461,7 +461,6 @@ #include <openssl/lhash.h> #include <openssl/ssl.h> -#include <openssl/ssl23.h> #include <openssl/ui.h> #include <openssl/err.h> #include <openssl/crypto.h> /* for CRYPTO_* and SSLeay_version */
signature.asc
Description: PGP signature
_______________________________________________ stunnel-users mailing list [email protected] https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
