Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/apps/
H A Ds_client.c941 char *sname_alloc = NULL; in s_client_main() local
1593 res = BIO_parse_hostserv(connectstr, &sname_alloc, NULL, BIO_PARSE_PRIO_HOST); in s_client_main()
1599 servername = sname_alloc; in s_client_main()
3162 OPENSSL_free(sname_alloc); in s_client_main()