Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/include/openssl/
HDhttp.h30 # define OSSL_HTTP_PORT "80" macro
/freebsd-14-stable/crypto/openssl/crypto/http/
HDhttp_lib.c229 port = ssl ? OSSL_HTTPS_PORT : OSSL_HTTP_PORT; in OSSL_HTTP_parse_url()
HDhttp_client.c862 port = use_ssl ? OSSL_HTTPS_PORT : OSSL_HTTP_PORT; in explict_or_default_port()