mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 23:08:31 +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
4
third_party/mbedtls/base64.h
vendored
4
third_party/mbedtls/base64.h
vendored
|
@ -4,8 +4,8 @@
|
|||
COSMOPOLITAN_C_START_
|
||||
/* clang-format off */
|
||||
|
||||
#define MBEDTLS_ERR_BASE64_BUFFER_TOO_SMALL -0x002A /**< Output buffer too small. */
|
||||
#define MBEDTLS_ERR_BASE64_INVALID_CHARACTER -0x002C /**< Invalid character in input. */
|
||||
#define MBEDTLS_ERR_BASE64_BUFFER_TOO_SMALL -0x002A /*< Output buffer too small. */
|
||||
#define MBEDTLS_ERR_BASE64_INVALID_CHARACTER -0x002C /*< Invalid character in input. */
|
||||
|
||||
int mbedtls_base64_encode(unsigned char *, size_t, size_t *, const unsigned char *, size_t);
|
||||
int mbedtls_base64_decode(unsigned char *, size_t, size_t *, const unsigned char *, size_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue