Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dshlibloadtest.c41 static const char *path_crypto; variable
85 if (!sd_load(path_crypto, &cryptolib, SD_SHLIB)) { in test_lib()
100 if (!sd_load(path_crypto, &cryptolib, SD_SHLIB)) { in test_lib()
279 path_crypto = argv[2]; in main()
282 if (path_crypto == NULL || path_ssl == NULL) { in main()