Home
last modified time | relevance | path

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

/src/crypto/openssl/apps/
H A Dopenssl.c62 const char *use_libctx = NULL; in apps_startup() local
80 use_libctx = getenv("OPENSSL_TEST_LIBCTX"); in apps_startup()
81 if (use_libctx != NULL) { in apps_startup()
83 if (strcmp(use_libctx, "1") == 0) { in apps_startup()