Home
last modified time | relevance | path

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

/openssl-master/include/openssl/
A Dhttp.h30 # define OSSL_HTTP_PORT "80" macro
/openssl-master/crypto/http/
A Dhttp_lib.c214 port = ssl ? OSSL_HTTPS_PORT : OSSL_HTTP_PORT; in OSSL_HTTP_parse_url()
A Dhttp_client.c809 port = use_ssl ? OSSL_HTTPS_PORT : OSSL_HTTP_PORT; in http_new_bio()
897 port = use_ssl ? OSSL_HTTPS_PORT : OSSL_HTTP_PORT; in OSSL_HTTP_open()

Completed in 8 milliseconds