Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_conf.c302 static int protocol_from_string(const char *value) in protocol_from_string() function
345 if ((new_version = protocol_from_string(value)) < 0) in min_max_proto()