fix unused warning fastmath

This commit is contained in:
Todd A Ouska 2011-05-16 12:36:36 -07:00
parent 3b95996022
commit 83fe32dd98

View File

@ -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)