mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-24 20:26:55 +01:00
...
this just seems to work now even without this align crap.
This commit is contained in:
parent
29caadc06b
commit
3bfca0ca64
2
crypto.c
2
crypto.c
@ -8,7 +8,7 @@
|
|||||||
#define AES_CMD_RESET 0
|
#define AES_CMD_RESET 0
|
||||||
#define AES_CMD_DECRYPT 0x9800
|
#define AES_CMD_DECRYPT 0x9800
|
||||||
|
|
||||||
otp_t otp __attribute__((aligned(4))); // FIXME/WTF: why does this crash without the align?!
|
otp_t otp;
|
||||||
|
|
||||||
void crypto_read_otp(void)
|
void crypto_read_otp(void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user