1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-30 13:01:23 +03:00

Replace ssh_say with ssh_log.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@263 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Andreas Schneider
2009-03-11 10:52:37 +00:00
parent f99fefc587
commit d347b7e00f

View File

@@ -60,7 +60,6 @@ int ssh_type_from_name(char *name) {
return TYPE_DSS;
}
ssh_say(2, "key_type_from_name: unknown key type '%s'\n", name);
return -1;
}
@@ -563,7 +562,7 @@ SIGNATURE *signature_from_string(SSH_SESSION *session, STRING *signature,PUBLIC_
sign->rsa_sign=e;
#endif
#ifdef DEBUG_CRYPTO
ssh_say(0,"Len : %d\n",len);
ssh_log(session, SSH_LOG_FUNCTIONS, "len e: %d", len);
ssh_print_hexa("rsa signature", e->string, len);
#endif
#ifdef HAVE_LIBGCRYPT