Searched refs:namedup (Results 1 – 1 of 1) sorted by relevance
531 char *namedup = NULL; in collect_cipher_names() local539 if ((namedup = OPENSSL_strdup(name)) != NULL in collect_cipher_names()540 && !sk_OPENSSL_STRING_push(names, namedup)) in collect_cipher_names()541 OPENSSL_free(namedup); in collect_cipher_names()
Completed in 6 milliseconds