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

/macosx-10.10/OpenSSL098-52/src/apps/
H A Dreq.c929 EVP_PKEY *tmppkey; local
950 tmppkey = X509_REQ_get_pubkey(req);
951 if (!tmppkey || !X509_set_pubkey(x509ss,tmppkey)) goto end;
952 EVP_PKEY_free(tmppkey);

Completed in 182 milliseconds