Searched refs:exp_ssl (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | http_test.c | 290 static int test_http_url_frag_ok(const char *url, int exp_ssl, const char *exp_host, in test_http_url_frag_ok() argument 305 && TEST_int_eq(ssl, exp_ssl); in test_http_url_frag_ok() 321 static int test_http_url_ok(const char *url, int exp_ssl, const char *exp_host, in test_http_url_ok() argument 324 return test_http_url_frag_ok(url, exp_ssl, exp_host, exp_port, exp_path, ""); in test_http_url_ok()
|