From ddbb166041b4e592bf8f006d4eb370872bfc0af4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 4 Jan 2016 12:40:15 +0100 Subject: [PATCH] Reintroduce line deleted by accident --- include/mbedtls/x509_crl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/mbedtls/x509_crl.h b/include/mbedtls/x509_crl.h index 94909647e..798843990 100644 --- a/include/mbedtls/x509_crl.h +++ b/include/mbedtls/x509_crl.h @@ -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 */