Commit 839ae9e
committed
Fix type used.
`char` seems to be `unsigned` by default on aarch64, therefore use `int8_t`
instead.
This fixes #591
Reported via DCIT/perl-CryptX#121
Fixes: 3cdcec4 ("first batch of simplifications")
Signed-off-by: Steffen Jaeckel <[email protected]>1 parent 0e14cf0 commit 839ae9e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments