mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-29 17:27:03 +00:00
Fix bug from stupid typo
This commit is contained in:
parent
96eed7bec9
commit
69ab354239
|
@ -80,7 +80,7 @@
|
||||||
BYTES_TO_T_UINT_4( a, b, 0, 0 )
|
BYTES_TO_T_UINT_4( a, b, 0, 0 )
|
||||||
|
|
||||||
#define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \
|
#define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \
|
||||||
BYTES_TO_T_UINT_4( a, b, c, d ) \
|
BYTES_TO_T_UINT_4( a, b, c, d ), \
|
||||||
BYTES_TO_T_UINT_4( e, f, g, h )
|
BYTES_TO_T_UINT_4( e, f, g, h )
|
||||||
|
|
||||||
#else /* 64-bits */
|
#else /* 64-bits */
|
||||||
|
|
Loading…
Reference in a new issue