From 91dc5aac473c5c0b29bebe77774d412890dec32e Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 1 May 2013 15:10:48 +0300 Subject: When running tests disable PKCS #11 support to avoid detecting memory leaks from PKCS #11 libraries. --- tests/x509cert-tl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/x509cert-tl.c') diff --git a/tests/x509cert-tl.c b/tests/x509cert-tl.c index 08f25b36ea..3f4329a670 100644 --- a/tests/x509cert-tl.c +++ b/tests/x509cert-tl.c @@ -198,7 +198,7 @@ doit (void) /* this must be called once in the program */ - gnutls_global_init (); + global_init (); gnutls_global_set_time_function (mytime); gnutls_global_set_log_function (tls_log_func); -- cgit v1.2.1