Home
last modified time | relevance | path

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

/src/crypto/openssl/apps/include/
H A Dapps.h144 int exclude_http, const char *pass, const char *desc,
/src/crypto/openssl/apps/lib/
H A Dapps.c692 int exclude_http, const char *pass, const char *desc, in load_cert_certs() argument
700 if (exclude_http && (HAS_CASE_PREFIX(uri, "http://") || HAS_CASE_PREFIX(uri, "https://"))) { in load_cert_certs()