Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/http/
H A Dhttp_client.c1106 static int redirection_ok(int n_redir, const char *old_url, const char *new_url) in redirection_ok() argument
1112 if (*new_url == '/') /* redirection to same server => same protocol */ in redirection_ok()
1115 !HAS_PREFIX(new_url, OSSL_HTTPS_NAME":")) { in redirection_ok()