Home
last modified time | relevance | path

Searched refs:use_libctx (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/
H A Dopenssl.c60 const char *use_libctx = NULL; in apps_startup() local
77 use_libctx = getenv("OPENSSL_TEST_LIBCTX"); in apps_startup()
78 if (use_libctx != NULL) { in apps_startup()
80 if (strcmp(use_libctx, "1") == 0) { in apps_startup()
/third_party/openssl/apps/
H A Dopenssl.c60 const char *use_libctx = NULL; in apps_startup() local
77 use_libctx = getenv("OPENSSL_TEST_LIBCTX"); in apps_startup()
78 if (use_libctx != NULL) { in apps_startup()
80 if (strcmp(use_libctx, "1") == 0) { in apps_startup()

Completed in 2 milliseconds