Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143627670
D18325.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
622 B
Referenced Files
None
Subscribers
None
D18325.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, Feb 1, 2:45 AM (16 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28255010
Default Alt Text
D18325.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