We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c3d56b commit a5506d0Copy full SHA for a5506d0
1 file changed
src/pk.c
@@ -6207,9 +6207,6 @@ int wolfSSL_PEM_write_PUBKEY(XFILE fp, WOLFSSL_EVP_PKEY* key)
6207
}
6208
6209
/* Writes a private key to a file pointer encoded in PEM format.
6210
- *
6211
- * Mirrors wolfSSL_PEM_read_PrivateKey's key-type switch and writes the stored
6212
- * DER as the matching PEM private key type.
6213
*
6214
* @param [in] fp File pointer to write to.
6215
* @param [in] key Private key to write in PEM format.
0 commit comments