Reintroduce line deleted by accident

This commit is contained in:
Manuel Pégourié-Gonnard 2016-01-04 12:40:15 +01:00 committed by Simon Butcher
parent a02fe7c2cc
commit 3bd5eb7567

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
*/