]> granicus.if.org Git - curl/commit
Improved error reporting in case of bad SSL_connect()s, and we also no
authorDaniel Stenberg <daniel@haxx.se>
Tue, 4 Feb 2003 12:29:57 +0000 (12:29 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 4 Feb 2003 12:29:57 +0000 (12:29 +0000)
commit5d28f3781bdcdc23e1a8c010f8a37de094a9d005
treebc7cd40c97babc792a8f69630530c99ee1fcd25b
parent10026bb62ebb7ecdfcfcc5bf7538361212ec8df2
Improved error reporting in case of bad SSL_connect()s, and we also no
longer use the SSL functions that store the error message in a static buffer
since that is not very multi-thread friendly.
lib/ssluse.c