1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Merge pull request #7252 from daverodgman/enable_pkcs7

Enable PKCS 7
This commit is contained in:
Gilles Peskine
2023-03-14 10:39:50 +01:00
committed by GitHub
6 changed files with 68 additions and 57 deletions

View File

@ -42,7 +42,7 @@
#endif
/**
* Initializes the pkcs7 structure.
* Initializes the mbedtls_pkcs7 structure.
*/
void mbedtls_pkcs7_init(mbedtls_pkcs7 *pkcs7)
{