mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Modified Makefiles to include new files and and config.h to PolarSSL standard
This commit is contained in:
@@ -480,6 +480,43 @@
|
||||
*/
|
||||
#define POLARSSL_DHM_C
|
||||
|
||||
/**
|
||||
* \def POLARSSL_ECDH_C
|
||||
*
|
||||
* Enable the elliptic curve Diffie-Hellman library.
|
||||
*
|
||||
* Module: library/ecdh.c
|
||||
* Caller:
|
||||
*
|
||||
* Requires: POLARSSL_ECP_C
|
||||
*/
|
||||
#define POLARSSL_ECDH_C
|
||||
|
||||
/**
|
||||
* \def POLARSSL_ECDSA_C
|
||||
*
|
||||
* Enable the elliptic curve DSA library.
|
||||
*
|
||||
* Module: library/ecdsa.c
|
||||
* Caller:
|
||||
*
|
||||
* Requires: POLARSSL_ECP_C
|
||||
*/
|
||||
#define POLARSSL_ECDSA_C
|
||||
|
||||
/**
|
||||
* \def POLARSSL_ECP_C
|
||||
*
|
||||
* Enable the elliptic curve over GF(p) library.
|
||||
*
|
||||
* Module: library/ecp.c
|
||||
* Caller: library/ecdh.c
|
||||
* library/ecdsa.c
|
||||
*
|
||||
* Requires: POLARSSL_BIGNUM_C
|
||||
*/
|
||||
#define POLARSSL_ECP_C
|
||||
|
||||
/**
|
||||
* \def POLARSSL_ENTROPY_C
|
||||
*
|
||||
@@ -830,43 +867,6 @@
|
||||
*/
|
||||
#define POLARSSL_XTEA_C
|
||||
|
||||
/**
|
||||
* \def POLARSSL_ECP_C
|
||||
*
|
||||
* Enable the elliptic curve over GF(p) library.
|
||||
*
|
||||
* Module: library/ecp.c
|
||||
* Caller: library/ecdh.c
|
||||
* library/ecdsa.c
|
||||
*
|
||||
* Requires: POLARSSL_BIGNUM_C
|
||||
*/
|
||||
#define POLARSSL_ECP_C
|
||||
|
||||
/**
|
||||
* \def POLARSSL_ECDH_C
|
||||
*
|
||||
* Enable the elliptic curve Diffie-Hellman library.
|
||||
*
|
||||
* Module: library/ecdh.c
|
||||
* Caller:
|
||||
*
|
||||
* Requires: POLARSSL_ECP_C
|
||||
*/
|
||||
#define POLARSSL_ECDH_C
|
||||
|
||||
/**
|
||||
* \def POLARSSL_ECDSA_C
|
||||
*
|
||||
* Enable the elliptic curve DSA library.
|
||||
*
|
||||
* Module: library/ecdsa.c
|
||||
* Caller:
|
||||
*
|
||||
* Requires: POLARSSL_ECP_C
|
||||
*/
|
||||
#define POLARSSL_ECDSA_C
|
||||
|
||||
/* \} name */
|
||||
|
||||
#endif /* config.h */
|
||||
|
Reference in New Issue
Block a user