Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/lib/
H A Dapps.c485 #define IS_HTTP(uri) ((uri) != NULL && HAS_PREFIX(uri, OSSL_HTTP_PREFIX)) macro
497 } else if (IS_HTTP(uri)) { in load_cert_pass()
519 } else if (IS_HTTP(uri)) { in load_crl()
2482 if (IS_HTTP(uptr)) /* can/should not use HTTPS here */ in get_dp_url()