wolfcrypttest: define "long" and "long long" type size
To prevent runtime error: Sizeof mismatch (build) 0 != (run) 2 Build vs runtime math mismatch error = -1000 https://onedigi.atlassian.net/browse/DEL-8036 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
b8e4507070
commit
df327f8757
|
|
@ -0,0 +1,4 @@
|
|||
# Copyright (C) 2022 Digi International
|
||||
|
||||
CFLAGS:append:arm = " -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8"
|
||||
CFLAGS:append:aarch64 = " -DSIZEOF_LONG=8 -DSIZEOF_LONG_LONG=8"
|
||||
Loading…
Reference in New Issue