Reintroduce line deleted by accident

This commit is contained in:
Manuel Pégourié-Gonnard 2016-01-04 12:40:15 +01:00
parent 5b331b9d48
commit ddbb166041

View File

@ -101,6 +101,7 @@ mbedtls_x509_crl;
* \param chain points to the start of the chain
* \param buf buffer holding the CRL data in DER format
* \param buflen size of the buffer
* (including the terminating null byte for PEM data)
*
* \return 0 if successful, or a specific X509 or PEM error code
*/