mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Only use SSLv3 as pointed out by Martin Fotak
git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@220 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
parent
81599b62b4
commit
447d80b687
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ int stream_enable_ssl(PTSTREAM *pts) {
|
|||
|
||||
/* Initialise the connection */
|
||||
SSLeay_add_ssl_algorithms();
|
||||
meth = SSLv23_client_method();
|
||||
meth = SSLv3_client_method();
|
||||
SSL_load_error_strings();
|
||||
|
||||
ctx = SSL_CTX_new (meth);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue