mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 20:54:41 +02:00
add ERR_load_BIO_strings
This commit is contained in:
@@ -25083,6 +25083,11 @@ void wolfSSL_CTX_set_servername_arg(WOLFSSL_CTX* ctx, void* arg)
|
|||||||
ctx->sniRecvCbArg = arg;
|
ctx->sniRecvCbArg = arg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void wolfSSL_ERR_load_BIO_strings(void) {
|
||||||
|
WOLFSSL_ENTER("ERR_load_BIO_strings");
|
||||||
|
/* do nothing */
|
||||||
|
}
|
||||||
|
|
||||||
void wolfSSL_THREADID_set_callback(void(*threadid_func)(void*))
|
void wolfSSL_THREADID_set_callback(void(*threadid_func)(void*))
|
||||||
{
|
{
|
||||||
WOLFSSL_ENTER("wolfSSL_THREADID_set_callback");
|
WOLFSSL_ENTER("wolfSSL_THREADID_set_callback");
|
||||||
|
@@ -794,6 +794,7 @@ typedef WOLFSSL_ASN1_BIT_STRING ASN1_BIT_STRING;
|
|||||||
#define X509_check_host wolfSSL_X509_check_host
|
#define X509_check_host wolfSSL_X509_check_host
|
||||||
#define i2a_ASN1_INTEGER wolfSSL_i2a_ASN1_INTEGER
|
#define i2a_ASN1_INTEGER wolfSSL_i2a_ASN1_INTEGER
|
||||||
#define ERR_peek_error_line_data wolfSSL_ERR_peek_error_line_data
|
#define ERR_peek_error_line_data wolfSSL_ERR_peek_error_line_data
|
||||||
|
#define ERR_load_BIO_strings wolfSSL_ERR_load_BIO_strings
|
||||||
#define SSL_CTX_set_tlsext_ticket_key_cb wolfSSL_CTX_set_tlsext_ticket_key_cb
|
#define SSL_CTX_set_tlsext_ticket_key_cb wolfSSL_CTX_set_tlsext_ticket_key_cb
|
||||||
#define X509_email_free wolfSSL_X509_email_free
|
#define X509_email_free wolfSSL_X509_email_free
|
||||||
#define X509_get1_ocsp wolfSSL_X509_get1_ocsp
|
#define X509_get1_ocsp wolfSSL_X509_get1_ocsp
|
||||||
|
@@ -2516,6 +2516,7 @@ WOLFSSL_API int wolfSSL_CTX_set_alpn_protos(WOLFSSL_CTX *ctx,
|
|||||||
const unsigned char *protos, unsigned int protos_len);
|
const unsigned char *protos, unsigned int protos_len);
|
||||||
WOLFSSL_API void *wolfSSL_OPENSSL_memdup(const void *data,
|
WOLFSSL_API void *wolfSSL_OPENSSL_memdup(const void *data,
|
||||||
size_t siz, const char* file, int line);
|
size_t siz, const char* file, int line);
|
||||||
|
WOLFSSL_API void wolfSSL_ERR_load_BIO_strings(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined WOLFSSL_NGINX || defined WOLFSSL_HAPROXY
|
#if defined WOLFSSL_NGINX || defined WOLFSSL_HAPROXY
|
||||||
|
Reference in New Issue
Block a user