summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/openpgp-certs/suppressions.valgrind16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/openpgp-certs/suppressions.valgrind b/tests/openpgp-certs/suppressions.valgrind
deleted file mode 100644
index 59238ae876..0000000000
--- a/tests/openpgp-certs/suppressions.valgrind
+++ /dev/null
@@ -1,16 +0,0 @@
-# suppressions -- Valgrind suppresion file for libgcrypt
-
-# Copyright (C) 2015 Red Hat, Inc.
-
-# Copying and distribution of this file, with or without modification,
-# are permitted in any medium without royalty provided the copyright
-# notice and this notice are preserved.
-
-{
- <insert_a_suppression_name_here>
- Memcheck:Addr4
- fun:idna_to_ascii_4z
- fun:idna_to_ascii_8z
- fun:gnutls_x509_crt_check_email
- ...
-}