]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added debug message to indicate usage of compatibility mode for /etc/gnutls/pkcs11...
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 24 Jul 2011 11:48:21 +0000 (13:48 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 24 Jul 2011 11:48:21 +0000 (13:48 +0200)
lib/pkcs11.c

index 85ea78939bf6cb330eb370e8851ca1117493bd75..7366965c155de725ffede5e73d6274f07a6f487e 100644 (file)
@@ -432,6 +432,7 @@ const char* configfile = "/etc/gnutls/pkcs11.conf";
        return;
     }
  
+  _gnutls_debug_log ("Loading PKCS #11 libraries from %s\n", configfile);
   while (fgets (line, sizeof (line), fp) != NULL)
     {
       if (strncmp (line, "load", sizeof ("load") - 1) == 0)