ssl: Updated docs.

This commit is contained in:
yellows8 2020-05-05 21:51:40 -04:00
parent de27e7b171
commit 3971f3e053
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -351,7 +351,7 @@ Result sslContextAddPolicyOid(SslContext *c, const char *str, u32 str_bufsize);
* @brief ImportCrl
* @note Only available on [3.0.0+].
* @param c \ref SslContext
* @param[in] buffer Input buffer, must not be NULL.
* @param[in] buffer Input buffer, must not be NULL. This contains the DER CRL.
* @param[in] size Input buffer size.
* @param[out] id Output Id. Optional, can be NULL.
*/