From: Nikos Mavrogiannopoulos Date: Sun, 24 Jul 2011 11:48:21 +0000 (+0200) Subject: Added debug message to indicate usage of compatibility mode for /etc/gnutls/pkcs11... X-Git-Tag: gnutls_3_0_0~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d3f2fd0f4bb5c65408822a8a73e63a697dc24d06;p=thirdparty%2Fgnutls.git Added debug message to indicate usage of compatibility mode for /etc/gnutls/pkcs11.conf --- diff --git a/lib/pkcs11.c b/lib/pkcs11.c index 85ea78939b..7366965c15 100644 --- a/lib/pkcs11.c +++ b/lib/pkcs11.c @@ -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)