SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
net/nssl/patches/patch-sslut_c
Normal file
11
net/nssl/patches/patch-sslut_c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- sslut.c.orig Sat Jul 18 10:34:52 2015
|
||||
+++ sslut.c Sat Jul 18 10:34:58 2015
|
||||
@@ -17,7 +17,7 @@ int ssl_init_connect (SSL **ssl_socket, SSL_CTX **ctx)
|
||||
{
|
||||
SSLeay_add_ssl_algorithms ();
|
||||
|
||||
- if((*ctx = SSL_CTX_new (SSLv3_client_method())) == NULL)
|
||||
+ if((*ctx = SSL_CTX_new (SSLv23_client_method())) == NULL)
|
||||
{
|
||||
fprintf (stderr, "could not initialize SSL_CTX structure\n");
|
||||
return (-1);
|
Loading…
Add table
Add a link
Reference in a new issue