mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 13:56:42 +01:00
Updated PKCS#12 define dependencies
(cherry picked from commit 602c31be23a7af4a417c75a126db00c9d2303db0)
This commit is contained in:
parent
f67edd9db8
commit
b0713c7e1f
1 changed files with 2 additions and 2 deletions
|
|
@ -978,8 +978,8 @@
|
||||||
* Module: library/pkcs12.c
|
* Module: library/pkcs12.c
|
||||||
* Caller: library/x509parse.c
|
* Caller: library/x509parse.c
|
||||||
*
|
*
|
||||||
* Requires: POLARSSL_ASN1_PARSE_C
|
* Requires: POLARSSL_ASN1_PARSE_C, POLARSSL_CIPHER_C, POLARSSL_MD_C
|
||||||
* Can use: POLARSSL_SHA1_C, POLARSSL_DES_C, POLARSSL_ARC4_C
|
* Can use: POLARSSL_ARC4_C
|
||||||
*
|
*
|
||||||
* This module enables PKCS#12 functions.
|
* This module enables PKCS#12 functions.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue