mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-03 01:38:30 +00:00
Make it possible to compile redbean with chibicc
This cuts build latency down from 5 seconds to 500 milliseconds.
This commit is contained in:
parent
552525cbdd
commit
6ff46ca373
50 changed files with 898 additions and 824 deletions
6
third_party/mbedtls/ccm.h
vendored
6
third_party/mbedtls/ccm.h
vendored
|
@ -5,13 +5,13 @@
|
|||
COSMOPOLITAN_C_START_
|
||||
|
||||
#define MBEDTLS_ERR_CCM_BAD_INPUT \
|
||||
-0x000D /**< Bad input parameters to the function. */
|
||||
-0x000D /*< Bad input parameters to the function. */
|
||||
#define MBEDTLS_ERR_CCM_AUTH_FAILED \
|
||||
-0x000F /**< Authenticated decryption failed. */
|
||||
-0x000F /*< Authenticated decryption failed. */
|
||||
|
||||
/* MBEDTLS_ERR_CCM_HW_ACCEL_FAILED is deprecated and should not be used. */
|
||||
#define MBEDTLS_ERR_CCM_HW_ACCEL_FAILED \
|
||||
-0x0011 /**< CCM hardware accelerator failed. */
|
||||
-0x0011 /*< CCM hardware accelerator failed. */
|
||||
|
||||
/**
|
||||
* \brief The CCM context-type definition. The CCM context is passed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue