Fix the comment about the argument of wolfSSL_PEM_read_RSAPrivateKey.

This commit is contained in:
Satoshi Yamaguchi
2022-08-06 00:15:49 +09:00
parent 4f181576ef
commit cedfe9938a

View File

@ -1782,7 +1782,7 @@ WOLFSSL_RSA* wolfSSL_PEM_read_bio_RSAPrivateKey(WOLFSSL_BIO* bio,
/* Create an RSA private key by reading the PEM encoded data from the file
* pointer.
*
* @param [in] fp BIO object to read from.
* @param [in] fp File pointer to read from.
* @param [out] out RSA key created.
* @param [in] cb Password callback when PEM encrypted.
* @param [in] pass NUL terminated string for passphrase when PEM encrypted.