Home
last modified time | relevance | path

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

/openssl/test/
H A Dprovider_default_search_path_test.c33 const char *retrieved_defctx_path = NULL; in test_explicit_libctx() local
43 && TEST_ptr(retrieved_defctx_path = OSSL_PROVIDER_get0_default_search_path(NULL)) in test_explicit_libctx()
44 && TEST_str_eq(def_libctx_path, retrieved_defctx_path) in test_explicit_libctx()
47 && TEST_str_ne(retrieved_path, retrieved_defctx_path); in test_explicit_libctx()

Completed in 4 milliseconds