Add valgrind supressions file.
authorCarl Hetherington <cth@carlh.net>
Thu, 5 Jun 2014 11:02:22 +0000 (12:02 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 5 Jun 2014 11:02:22 +0000 (12:02 +0100)
suppressions [new file with mode: 0644]

diff --git a/suppressions b/suppressions
new file mode 100644 (file)
index 0000000..50ce940
--- /dev/null
@@ -0,0 +1,7 @@
+{
+   libcrypto.so use of uninitialised
+   Memcheck:Value8
+   obj:/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
+   obj:/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
+   obj:*
+}