summaryrefslogtreecommitdiffstats
path: root/misc/openssl.supp
diff options
context:
space:
mode:
Diffstat (limited to 'misc/openssl.supp')
-rw-r--r--misc/openssl.supp17
1 files changed, 0 insertions, 17 deletions
diff --git a/misc/openssl.supp b/misc/openssl.supp
deleted file mode 100644
index 21d47cd..0000000
--- a/misc/openssl.supp
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- Ignore OpenSSL malloc
- Memcheck:Leak
- fun:malloc
- fun:CRYPTO_malloc
- ...
- obj:*libcrypto*
-}
-
-{
- Ignore OpenSSL realloc
- Memcheck:Leak
- fun:realloc
- fun:CRYPTO_realloc
- ...
- obj:*libcrypto*
-}