SSL_x509_write_pkey

Save a x509 pkey to a file @param path pathname of file to write @param pkey pointer to pkey struct to store

int
SSL_x509_write_pkey
(
char[] path
,
EVP_PKEY* pkey
)

Return Value

Type: int

return value of PEM_write_PrivateKey() @internal

Meta