mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 21:41:02 +00:00
Updated PKCS#12 define dependencies
This commit is contained in:
parent
db7ea6f162
commit
602c31be23
|
@ -773,8 +773,8 @@
|
|||
* Module: library/pkcs12.c
|
||||
* Caller: library/x509parse.c
|
||||
*
|
||||
* Requires: POLARSSL_ASN1_PARSE_C
|
||||
* Can use: POLARSSL_SHA1_C, POLARSSL_DES_C, POLARSSL_ARC4_C
|
||||
* Requires: POLARSSL_ASN1_PARSE_C, POLARSSL_CIPHER_C, POLARSSL_MD_C
|
||||
* Can use: POLARSSL_ARC4_C
|
||||
*
|
||||
* This module enables PKCS#12 functions.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue