Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145962374
D18325.1778998676.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
622 B
Referenced Files
None
Subscribers
None
D18325.1778998676.diff
View Options
Index: head/www/elinks/files/patch-src_network_ssl_socket.c
===================================================================
--- head/www/elinks/files/patch-src_network_ssl_socket.c
+++ head/www/elinks/files/patch-src_network_ssl_socket.c
@@ -9,3 +9,12 @@
#elif defined(CONFIG_GNUTLS)
{
/* GnuTLS does not support SSLv2 because it is "insecure".
+@@ -145,7 +145,7 @@
+ }
+
+ if (client_cert) {
+- SSL_CTX *ctx = ((SSL *) socket->ssl)->ctx;
++ SSL_CTX *ctx = SSL_get_SSL_CTX(socket->ssl);
+
+ SSL_CTX_use_certificate_chain_file(ctx, client_cert);
+ SSL_CTX_use_PrivateKey_file(ctx, client_cert,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 17, 6:17 AM (2 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28706877
Default Alt Text
D18325.1778998676.diff (622 B)
Attached To
Mode
D18325: www/elinks: Fix build on OpenSSL 1.1.1
Attached
Detach File
Event Timeline
Log In to Comment