fix unused warning fastmath
This commit is contained in:
parent
3b95996022
commit
83fe32dd98
@ -61,6 +61,7 @@ void InitDsaKey(DsaKey* key)
|
||||
|
||||
void FreeDsaKey(DsaKey* key)
|
||||
{
|
||||
(void)key;
|
||||
/* TomsFastMath doesn't use memory allocation */
|
||||
#ifndef USE_FAST_MATH
|
||||
if (key->type == DSA_PRIVATE)
|
||||
|
Loading…
Reference in New Issue
Block a user