This commit is contained in:
Edouard LEFIZELIER
2023-05-08 12:57:03 +02:00
parent bfd44ee5d4
commit 29967c5f09
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ create_secure_connection (SSL_CTX *ctx, const char *hostnname, const char *port,
struct MHD_Connection *connection)
{
BIO *bio = BIO_new_ssl_connect (ctx);
SSL ssl;
SSL *ssl;
int ret;
unsigned long err;
BIO_get_ssl (bio, &ssl);
+2 -1
View File
@@ -24,4 +24,5 @@
*/
#ifndef CONNECTION_HTTPS_EXT_OPENSSL_H
#define CONNECTION_HTTPS_EXT_OPENSSL_H
#define CONNECTION_HTTPS_EXT_OPENSSL_H
#endif