[Asterisk-cvs] asterisk/res res_crypto.c,1.16,1.17
markster at lists.digium.com
markster at lists.digium.com
Sat Oct 16 11:36:19 CDT 2004
Update of /usr/cvsroot/asterisk/res
In directory mongoose.digium.com:/tmp/cvs-serv26832/res
Modified Files:
res_crypto.c
Log Message:
Minor improvements to debug output (bug #2644)
Index: res_crypto.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_crypto.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- res_crypto.c 18 Sep 2004 23:39:39 -0000 1.16
+++ res_crypto.c 16 Oct 2004 15:36:16 -0000 1.17
@@ -416,7 +416,7 @@
res = RSA_verify(NID_sha1, digest, sizeof(digest), dsig, 128, key->rsa);
if (!res) {
- ast_log(LOG_DEBUG, "Key failed verification\n");
+ ast_log(LOG_DEBUG, "Key failed verification: %s\n", key->name);
return -1;
}
/* Pass */
More information about the svn-commits
mailing list