Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Ds_client.c995 char *sname_alloc = NULL; in s_client_main() local
1739 servername = sname_alloc = OPENSSL_strdup(host); in s_client_main()
1740 if (sname_alloc == NULL) { in s_client_main()
3397 OPENSSL_free(sname_alloc); in s_client_main()