fix error when compiling w/ LTC_CLEAN_STACK but w/o LTC_FAST
This commit is contained in:
parent
40747cfcfd
commit
8c1d55f4c0
@ -378,7 +378,9 @@ int ccm_memory(int cipher,
|
||||
}
|
||||
|
||||
#ifdef LTC_CLEAN_STACK
|
||||
#ifdef LTC_FAST
|
||||
fastMask = 0;
|
||||
#endif
|
||||
mask = 0;
|
||||
zeromem(skey, sizeof(*skey));
|
||||
zeromem(PAD, sizeof(PAD));
|
||||
|
Loading…
Reference in New Issue
Block a user