From 1540dad17fb94a6a0cbcd2498bfdaf115ef97cb7 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 3 Jan 2011 07:47:10 +0100 Subject: [PATCH] tests: Added more openssl valgrind suppressions. --- tests/valgrind.supp | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/tests/valgrind.supp b/tests/valgrind.supp index 6c1f855e..60bdfb4b 100644 --- a/tests/valgrind.supp +++ b/tests/valgrind.supp @@ -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_* }