mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-05-04 19:42:17 +00:00
Disable ecp_set_curve() for compatibility
This commit is contained in:
parent
f07031aa98
commit
792657045b
|
@ -823,11 +823,9 @@
|
||||||
* application against the new header files, relinking will not be enough.
|
* application against the new header files, relinking will not be enough.
|
||||||
* It will be enabled by default, or no longer an option, in the 1.4 branch.
|
* It will be enabled by default, or no longer an option, in the 1.4 branch.
|
||||||
*
|
*
|
||||||
* TODO: actually disable it when done working on this branch ,)
|
|
||||||
*
|
|
||||||
* Uncomment to make ssl_set_curves() available.
|
* Uncomment to make ssl_set_curves() available.
|
||||||
*/
|
*/
|
||||||
#define POLARSSL_SSL_SET_CURVES
|
//#define POLARSSL_SSL_SET_CURVES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def POLARSSL_THREADING_ALT
|
* \def POLARSSL_THREADING_ALT
|
||||||
|
|
Loading…
Reference in a new issue