summaryrefslogtreecommitdiff
path: root/tests/x509cert-tl.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-05-01 15:10:48 +0300
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-05-10 10:10:27 +0200
commit91dc5aac473c5c0b29bebe77774d412890dec32e (patch)
tree2a90899188b417466a364f9133c58dc4150fd390 /tests/x509cert-tl.c
parentb5edf5c625553bfdf77c44d2d1d2d2c5ee04975e (diff)
downloadgnutls-91dc5aac473c5c0b29bebe77774d412890dec32e.tar.gz
When running tests disable PKCS #11 support to avoid detecting memory leaks from PKCS #11 libraries.
Diffstat (limited to 'tests/x509cert-tl.c')
-rw-r--r--tests/x509cert-tl.c2
1 files changed, 1 insertions, 1 deletions
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);