mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
- Added generic message digest wrapper for integration with OpenVPN (donated by Fox-IT)
This commit is contained in:
parent
37ca75d6f2
commit
1737385e04
12 changed files with 2540 additions and 4 deletions
|
|
@ -197,6 +197,14 @@
|
|||
*/
|
||||
#define POLARSSL_HAVEGE_C
|
||||
|
||||
/*
|
||||
* Module: library/md.c
|
||||
* Caller:
|
||||
*
|
||||
* Uncomment to enable generic message digest wrappers.
|
||||
*/
|
||||
#define POLARSSL_MD_C
|
||||
|
||||
/*
|
||||
* Module: library/md2.c
|
||||
* Caller: library/x509parse.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue