1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-09-02 17:21:15 +03:00

tests: Added more openssl valgrind suppressions.

This commit is contained in:
Andreas Schneider
2011-01-03 07:47:10 +01:00
parent 350838d1b5
commit 1540dad17f

View File

@@ -35,6 +35,18 @@
fun:BN_*
}
{
openssl_bn_value8
Memcheck:Value8
fun:bn_*
}
{
openssl_bn_value4
Memcheck:Value4
fun:bn_*
}
{
openssl_AES_cond
Memcheck:Cond
@@ -74,6 +86,6 @@
{
openssl_CRYPTO_leak
Memcheck:Leak
fun:malloc
fun:*alloc
fun:CRYPTO_*
}