Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dshlibloadtest.c195 DSO *hndl; in test_lib() local
197 hndl = myDSO_dsobyaddr((void (*)(void))myERR_get_error, 0); in test_lib()
198 if (hndl == NULL) { in test_lib()
202 myDSO_free(hndl); in test_lib()