mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
stuff
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -24,4 +24,5 @@
|
||||
*/
|
||||
|
||||
#ifndef CONNECTION_HTTPS_EXT_OPENSSL_H
|
||||
#define CONNECTION_HTTPS_EXT_OPENSSL_H
|
||||
#define CONNECTION_HTTPS_EXT_OPENSSL_H
|
||||
#endif
|
||||
Reference in New Issue
Block a user