summaryrefslogtreecommitdiff
path: root/tests/trust-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/trust-store.c')
-rw-r--r--tests/trust-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/trust-store.c b/tests/trust-store.c
index ae21998f6f..83f9dda6e9 100644
--- a/tests/trust-store.c
+++ b/tests/trust-store.c
@@ -47,7 +47,7 @@ void doit(void)
gnutls_certificate_credentials_t x509_cred;
int ret;
- global_init();
+ gnutls_global_init();
gnutls_global_set_log_function(tls_log_func);
if (debug)