mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-28 18:54:36 +00:00
Don't call OPENSSL_free() on sig, DSA_free() has already freed it.
This commit is contained in:
parent
c2c47c7f95
commit
510b3a14c6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user