mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-12 05:59:10 +00:00
Change magnum types to match other platforms (#525)
This commit is contained in:
parent
af3df0893b
commit
5f552338d6
65 changed files with 1311 additions and 1305 deletions
|
@ -15,15 +15,15 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
extern const long ALG_SET_AEAD_ASSOCLEN;
|
||||
extern const long ALG_SET_AEAD_AUTHSIZE;
|
||||
extern const long ALG_SET_DRBG_ENTROPY;
|
||||
extern const long ALG_SET_IV;
|
||||
extern const long ALG_SET_KEY;
|
||||
extern const long ALG_SET_OP;
|
||||
extern const int ALG_SET_AEAD_ASSOCLEN;
|
||||
extern const int ALG_SET_AEAD_AUTHSIZE;
|
||||
extern const int ALG_SET_DRBG_ENTROPY;
|
||||
extern const int ALG_SET_IV;
|
||||
extern const int ALG_SET_KEY;
|
||||
extern const int ALG_SET_OP;
|
||||
|
||||
extern const long ALG_OP_DECRYPT;
|
||||
extern const long ALG_OP_ENCRYPT;
|
||||
extern const int ALG_OP_DECRYPT;
|
||||
extern const int ALG_OP_ENCRYPT;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue