Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dshlibloadtest.c63 SD ssllib = SD_INIT; in test_lib() local
94 if (!sd_load(path_ssl, &ssllib, SD_SHLIB)) { in test_lib()
124 if (!sd_sym(ssllib, "TLS_method", &symbols[0].sym) in test_lib()
125 || !sd_sym(ssllib, "SSL_CTX_new", &symbols[1].sym) in test_lib()
126 || !sd_sym(ssllib, "SSL_CTX_free", &symbols[2].sym)) { in test_lib()
214 if (!sd_close(ssllib)) { in test_lib()
218 ssllib = SD_INIT; in test_lib()
242 if (ssllib != SD_INIT) in test_lib()
243 sd_close(ssllib); in test_lib()