commit | 1e5153cf3c972e96ee5b2b991a344ab8a8fd14cb | [log] [tgz] |
---|---|---|
author | Robert Shearman <rob@codeweavers.com> | Thu Dec 01 11:18:43 2005 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Dec 01 11:18:43 2005 +0100 |
tree | efd552253bd3019cd02e28fc08adbcb329c66141 | |
parent | b43afeef89367fb9984b00454cd5a0c41f18a08a [diff] [blame] |
Cleanup SSL connections properly, do a few security checks in NETCON_secure_connect and display errors from SSL on failure. Don't use SSL_set_bio as SSL_set_fd is cleaner for us.
diff --git a/configure b/configure index 07e9ee9..77cec77 100755 --- a/configure +++ b/configure
@@ -7037,6 +7037,7 @@ + for ac_header in \ IOKit/IOKitLib.h \ alsa/asoundlib.h \ @@ -7085,6 +7086,7 @@ netinet/in_systm.h \ netinet/tcp.h \ netinet/tcp_fsm.h \ + openssl/err.h \ openssl/ssl.h \ poll.h \ process.h \