1#ifndef COMPA_SOCK_API_HPP
2#define COMPA_SOCK_API_HPP
13#ifdef UPnPsdk_HAVE_OPENSSL
14#include <openssl/ssl.h>
31#ifdef UPnPsdk_HAVE_OPENSSL
40 const SSL_METHOD* sslMethod);
UPnPsdk_VIS int UpnpInitSslContext(int initOpenSslLib, const SSL_METHOD *sslMethod)
Initializes the OpenSSL library, and the OpenSSL context.
UPnPsdk_VIS void freeSslCtx(void)
Free the OpenSSL context.
Macros to support visibility of external symbols.
#define UPnPsdk_VIS
Prefix to export symbol for external use.