mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Add configuration item for the PK module
This commit is contained in:
parent
0d42049440
commit
c40b4c3708
3 changed files with 28 additions and 4 deletions
|
|
@ -25,6 +25,8 @@
|
|||
|
||||
#include "polarssl/config.h"
|
||||
|
||||
#if defined(POLARSSL_PK_C)
|
||||
|
||||
#include "polarssl/pk_wrap.h"
|
||||
|
||||
#if defined(POLARSSL_RSA_C)
|
||||
|
|
@ -410,3 +412,5 @@ const pk_info_t rsa_alt_info = {
|
|||
rsa_alt_free_wrap,
|
||||
NULL,
|
||||
};
|
||||
|
||||
#endif /* POLARSSL_PK_C */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue