summaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
Diffstat (limited to 'debug')
-rw-r--r--debug/valgrind-suppress11
1 files changed, 11 insertions, 0 deletions
diff --git a/debug/valgrind-suppress b/debug/valgrind-suppress
index b72d56d..d7de12f 100644
--- a/debug/valgrind-suppress
+++ b/debug/valgrind-suppress
@@ -1169,3 +1169,14 @@
fun:main
}
+{
+ <insert a suppression name here>
+ Memcheck:Cond
+ fun:BN_mod_inverse
+}
+
+{
+ <insert a suppression name here>
+ Memcheck:Cond
+ fun:BN_div
+}