Don't call OPENSSL_free() on sig, DSA_free() has already freed it.

This commit is contained in:
Dr. Stephen Henson 2007-01-23 18:25:01 +00:00
parent c2c47c7f95
commit 510b3a14c6

View File

@ -162,7 +162,6 @@ int FIPS_selftest_dsa()
{
i = DSA_do_verify(str1, 20, sig, dsa);
DSA_SIG_free(sig);
OPENSSL_free(sig);
}
else
i = 0;