mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
conditional byte typedef
This commit is contained in:
@@ -39,7 +39,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CYASSL_TYPES
|
#ifndef CYASSL_TYPES
|
||||||
typedef unsigned char byte;
|
#ifndef byte
|
||||||
|
typedef unsigned char byte;
|
||||||
|
#endif
|
||||||
typedef unsigned short word16;
|
typedef unsigned short word16;
|
||||||
typedef unsigned int word32;
|
typedef unsigned int word32;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user