diff options
Diffstat (limited to 'lib/system-keys.h')
-rw-r--r-- | lib/system-keys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system-keys.h b/lib/system-keys.h index b5969c3b51..bc755e4c5b 100644 --- a/lib/system-keys.h +++ b/lib/system-keys.h @@ -32,7 +32,7 @@ _gnutls_x509_crt_import_system_url(gnutls_x509_crt_t crt, const char *url); int _gnutls_privkey_import_system_url(gnutls_privkey_t pkey, - const char *url); + const char *url); void _gnutls_system_key_deinit(void); int _gnutls_system_key_init(void); |