mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 18:35:47 +01:00
Deprecate HAVE_INT8 and HAVE_INT16
This commit is contained in:
parent
a98af5e2b2
commit
23ce09b18f
@ -43,6 +43,7 @@ Bugfix
|
|||||||
curve picked by the server was actually allowed.
|
curve picked by the server was actually allowed.
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
* Options POLARSSL_HAVE_INT8 and POLARSSL_HAVE_INT16 are deprecated.
|
||||||
* Enabling POLARSSL_NET_C without POLARSSL_HAVE_IPV6 is deprecated.
|
* Enabling POLARSSL_NET_C without POLARSSL_HAVE_IPV6 is deprecated.
|
||||||
* compat-1.2.h and openssl.h are deprecated.
|
* compat-1.2.h and openssl.h are deprecated.
|
||||||
* Adjusting/overriding CFLAGS and LDFLAGS with the make build syste is now
|
* Adjusting/overriding CFLAGS and LDFLAGS with the make build syste is now
|
||||||
|
@ -44,6 +44,10 @@
|
|||||||
*
|
*
|
||||||
* The system uses 8-bit wide native integers.
|
* The system uses 8-bit wide native integers.
|
||||||
*
|
*
|
||||||
|
* \deprecated The compiler should be able to generate code for 32-bit
|
||||||
|
* arithmetic (required by C89). This code is likely to be at least as
|
||||||
|
* efficient as ours.
|
||||||
|
*
|
||||||
* Uncomment if native integers are 8-bit wide.
|
* Uncomment if native integers are 8-bit wide.
|
||||||
*/
|
*/
|
||||||
//#define POLARSSL_HAVE_INT8
|
//#define POLARSSL_HAVE_INT8
|
||||||
@ -53,6 +57,10 @@
|
|||||||
*
|
*
|
||||||
* The system uses 16-bit wide native integers.
|
* The system uses 16-bit wide native integers.
|
||||||
*
|
*
|
||||||
|
* \deprecated The compiler should be able to generate code for 32-bit
|
||||||
|
* arithmetic (required by C89). This code is likely to be at least as
|
||||||
|
* efficient as ours.
|
||||||
|
*
|
||||||
* Uncomment if native integers are 16-bit wide.
|
* Uncomment if native integers are 16-bit wide.
|
||||||
*/
|
*/
|
||||||
//#define POLARSSL_HAVE_INT16
|
//#define POLARSSL_HAVE_INT16
|
||||||
|
Loading…
Reference in New Issue
Block a user