[stunnel-users] Another OpenSSL 1.1.x patch - no ssl23.h any more

Peter Pentchev roam at ringlet.net
Mon Jun 27 12:48:03 CEST 2016


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  roam at ringlet.net roam at FreeBSD.org pp at storpool.com
PGP key:        http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint 2EE7 A7A5 17FC 124C F115  C354 651E EFB0 2527 DF13
-------------- next part --------------
Description: Do not include the ssl23.h file.
 It's not there any more in OpenSSL 1.1.
Forwarded: not yet
Author: Peter Pentchev <roam at ringlet.net>
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 */
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://www.stunnel.org/pipermail/stunnel-users/attachments/20160627/340e8be6/attachment.sig>


More information about the stunnel-users mailing list