mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Added POLARSSL_PK_PARSE_C and POLARSSL_PK_WRITE_C
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
|
||||
#include "polarssl/config.h"
|
||||
|
||||
#if defined(POLARSSL_PK_C)
|
||||
#if defined(POLARSSL_PK_PARSE_C)
|
||||
|
||||
#include "polarssl/pk.h"
|
||||
#include "polarssl/asn1.h"
|
||||
@ -954,4 +954,4 @@ int pk_parse_public_key( pk_context *ctx,
|
||||
return( ret );
|
||||
}
|
||||
|
||||
#endif /* POLARSSL_PK_C */
|
||||
#endif /* POLARSSL_PK_PARSE_C */
|
||||
|
Reference in New Issue
Block a user