From 2006883142f0cb9779df46a56c2f69b61f61a28c Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 5 Jun 2008 22:48:30 +0200 Subject: [PATCH] Fix. --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 03ffd71fa..6263f009d 100644 --- a/NEWS +++ b/NEWS @@ -13,7 +13,8 @@ See the end for copying conditions. ** tests/: Added libgcrypt.supp which can be used with valgrind. The file suppresses the known libgcrypt memory leaks, so they aren't -printed when you run valgrind on the gnutls self-tests. +printed when you run valgrind on the gnutls self-tests. Use it as +follows: valgrind --suppressions=libgcrypt.supp ./x509self ** API and ABI modifications: No changes since last version. -- 2.11.4.GIT