1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-10 06:23:01 +03:00

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
}