From e4c503763c743d70bf18fa911120da1d3ab86538 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/dn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/dn.c') diff --git a/tests/dn.c b/tests/dn.c index 3c40b98052..e8e12c3ada 100644 --- a/tests/dn.c +++ b/tests/dn.c @@ -94,7 +94,7 @@ doit (void) gnutls_x509_crt_t cert; gnutls_x509_dn_t xdn; - ret = gnutls_global_init (); + ret = global_init (); if (ret < 0) fail ("init %d\n", ret); -- cgit v1.2.1