Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Devp_libctx_test.c487 char *namedup = NULL; in collect_cipher_names() local
491 if ((namedup = OPENSSL_strdup(name)) != NULL in collect_cipher_names()
492 && !sk_OPENSSL_STRING_push(names, namedup)) in collect_cipher_names()
493 OPENSSL_free(namedup); in collect_cipher_names()