mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-31 10:20:45 +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…
x
Reference in New Issue
Block a user