1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

Merge pull request #194 from balducci/master

Fix typo which causes compilation error when CONFIG_GEMINI is undef
This commit is contained in:
rkd77 2022-10-14 14:25:50 +02:00 committed by GitHub
commit d0537ce3c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -495,8 +495,8 @@ ssl_connect(struct socket *socket)
verify_callback);
}
}
}
#endif
}
if (get_opt_bool("connection.ssl.client_cert.enable", NULL)) {
char *client_cert;