diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-12-08 19:07:56 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-12-08 19:07:56 +0100 |
commit | 102e39fe0ed02cfd25ebbb0493213d5da188bd0d (patch) | |
tree | 029205b6eae8a015211afe9ed87c70d1017a48ef | |
parent | 65504d693fe1cea4ab548f6f14fa78cbe23a6453 (diff) | |
download | gnutls-102e39fe0ed02cfd25ebbb0493213d5da188bd0d.tar.gz |
call p11_kit_modules_load() with null argument.
-rw-r--r-- | lib/pkcs11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pkcs11.c b/lib/pkcs11.c index 7d318b6cb3..8777294980 100644 --- a/lib/pkcs11.c +++ b/lib/pkcs11.c @@ -507,7 +507,7 @@ static int auto_load(void) struct ck_function_list **modules; int i, ret; - modules = p11_kit_modules_load("", 0); + modules = p11_kit_modules_load(NULL, 0); if (modules == NULL) { gnutls_assert(); _gnutls_debug_log |