diff options
Diffstat (limited to 'tests/pkcs12_s2k.c')
-rw-r--r-- | tests/pkcs12_s2k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkcs12_s2k.c b/tests/pkcs12_s2k.c index b6c83181e7..1275097c64 100644 --- a/tests/pkcs12_s2k.c +++ b/tests/pkcs12_s2k.c @@ -115,7 +115,7 @@ doit (void) unsigned char key[32]; char tmp[1024]; - gnutls_global_init (); + global_init (); gnutls_global_set_log_function (tls_log_func); if (debug) |