tests: Add a valgrind suppression for OPENSSL_cleanse().

This commit is contained in:
Andreas Schneider
2012-10-09 09:27:37 +02:00
parent 0bd2bbefa7
commit a59a379ce4

View File

@@ -89,3 +89,8 @@
fun:*alloc
fun:CRYPTO_*
}
{
openssl_CRYPTO_leak
Memcheck:Cond
fun:OPENSSL_cleanse
}