Home
last modified time | relevance | path

Searched refs:mySSL_CTX_new (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dshlibloadtest.c71 SSL_CTX_new_t mySSL_CTX_new; in test_lib() local
131 mySSL_CTX_new = (SSL_CTX_new_t)symbols[1].func; in test_lib()
133 ctx = mySSL_CTX_new(myTLS_method()); in test_lib()