Searched refs:cert1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/unbound/util/
H A Dnet_help.c1330 X509 *cert1 = d2i_X509(NULL, local
1333 if (!cert1) {
1343 if (X509_STORE_add_cert(store, cert1) == 0) {
1354 X509_free(cert1);
1358 X509_free(cert1);

Completed in 102 milliseconds