mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-02 07:20:26 +00:00
Remove PK options
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
84e8f1d618
commit
739d815b7f
@ -456,45 +456,6 @@
|
|||||||
*/
|
*/
|
||||||
#define MBEDTLS_MEMORY_BUFFER_ALLOC_C
|
#define MBEDTLS_MEMORY_BUFFER_ALLOC_C
|
||||||
|
|
||||||
/**
|
|
||||||
* \def MBEDTLS_PK_C
|
|
||||||
*
|
|
||||||
* Enable the generic public (asymetric) key layer.
|
|
||||||
*
|
|
||||||
* Module: library/pk.c
|
|
||||||
*
|
|
||||||
* Requires: MBEDTLS_RSA_C or MBEDTLS_ECP_C
|
|
||||||
*
|
|
||||||
* Uncomment to enable generic public key wrappers.
|
|
||||||
*/
|
|
||||||
#define MBEDTLS_PK_C
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def MBEDTLS_PK_PARSE_C
|
|
||||||
*
|
|
||||||
* Enable the generic public (asymetric) key parser.
|
|
||||||
*
|
|
||||||
* Module: library/pkparse.c
|
|
||||||
*
|
|
||||||
* Requires: MBEDTLS_PK_C
|
|
||||||
*
|
|
||||||
* Uncomment to enable generic public key parse functions.
|
|
||||||
*/
|
|
||||||
#define MBEDTLS_PK_PARSE_C
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def MBEDTLS_PK_WRITE_C
|
|
||||||
*
|
|
||||||
* Enable the generic public (asymetric) key writer.
|
|
||||||
*
|
|
||||||
* Module: library/pkwrite.c
|
|
||||||
*
|
|
||||||
* Requires: MBEDTLS_PK_C
|
|
||||||
*
|
|
||||||
* Uncomment to enable generic public key write functions.
|
|
||||||
*/
|
|
||||||
#define MBEDTLS_PK_WRITE_C
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_PLATFORM_C
|
* \def MBEDTLS_PLATFORM_C
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user