Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dx509.c962 EVP_PKEY *upkey; in x509_certify() local
964 upkey = X509_get0_pubkey(xca); in x509_certify()
965 if (upkey == NULL) { in x509_certify()
969 EVP_PKEY_copy_parameters(upkey, pkey); in x509_certify()