Add support for running the testsuite under 'valgrind'.
[sliver-openvswitch.git] / tests / openssl.supp
diff --git a/tests/openssl.supp b/tests/openssl.supp
new file mode 100644 (file)
index 0000000..eb461f8
--- /dev/null
@@ -0,0 +1,13 @@
+# suppress OpenSSL errors from valgrind
+
+{
+   BN_mod_inverse
+   Memcheck:Cond
+   fun:BN_mod_inverse
+}
+
+{
+   BN_div
+   Memcheck:Cond
+   fun:BN_div
+}