forked from wolfSSL/wolfssl
Switched word24 back to byte for compatability.
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
#endif
|
#endif
|
||||||
typedef unsigned short word16;
|
typedef unsigned short word16;
|
||||||
typedef unsigned int word32;
|
typedef unsigned int word32;
|
||||||
typedef unsigned char word24[3];
|
typedef byte word24[3];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user