mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Added POLARSSL_PK_PARSE_C and POLARSSL_PK_WRITE_C
This commit is contained in:
parent
428b9ba3b7
commit
4606c7317b
6 changed files with 54 additions and 10 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include "polarssl/config.h"
|
||||
|
||||
#if defined(POLARSSL_PK_C)
|
||||
#if defined(POLARSSL_PK_WRITE_C)
|
||||
|
||||
#include "polarssl/pk.h"
|
||||
#include "polarssl/asn1write.h"
|
||||
|
|
@ -386,4 +386,4 @@ int pk_write_key_pem( pk_context *key, unsigned char *buf, size_t size )
|
|||
}
|
||||
#endif /* POLARSSL_BASE64_C */
|
||||
|
||||
#endif /* POLARSSL_PK_C */
|
||||
#endif /* POLARSSL_PK_WRITE_C */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue