From 25b2dfa6dadcae669d7ea0c78e90ae8e340981d3 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Sat, 11 Mar 2023 13:00:41 +0000 Subject: [PATCH] Fix comment typo Signed-off-by: Dave Rodgman --- include/mbedtls/pkcs7.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/pkcs7.h b/include/mbedtls/pkcs7.h index 8e4bd4841c..10a6322baa 100644 --- a/include/mbedtls/pkcs7.h +++ b/include/mbedtls/pkcs7.h @@ -24,7 +24,7 @@ /** * Note: For the time being, this implementation of the PKCS #7 cryptographic * message syntax is a partial implementation of RFC 2315. - * Differences include:# + * Differences include: * - The RFC specifies 6 different content types. The only type currently * supported in Mbed TLS is the signed data content type. * - The only supported PKCS #7 Signed Data syntax version is version 1