summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'QA/valgrind.supp')
-rw-r--r--QA/valgrind.supp22
1 files changed, 22 insertions, 0 deletions
diff --git a/QA/valgrind.supp b/QA/valgrind.supp
index 6074c58..8601b60 100644
--- a/QA/valgrind.supp
+++ b/QA/valgrind.supp
@@ -53,6 +53,12 @@
}
{
+ <insert_a_suppression_name_here>
+ Memcheck:Cond
+ fun:BN_num_bits
+}
+
+{
<insert a suppression name here>
Memcheck:Value4
fun:BN_mod_exp_mont_consttime
@@ -67,4 +73,20 @@
fun:BN_mod_exp_mont
}
+{
+ <insert_a_suppression_name_here>
+ Memcheck:Value8
+ fun:BN_num_bits
+}
+{
+ <insert_a_suppression_name_here>
+ Memcheck:Value8
+ fun:BN_mod_exp_mont_consttime
+}
+
+{
+ <insert_a_suppression_name_here>
+ Memcheck:Cond
+ fun:*mersenne_twister*
+}