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:
@@ -60,7 +60,6 @@ int ssh_type_from_name(char *name) {
|
|||||||
return TYPE_DSS;
|
return TYPE_DSS;
|
||||||
}
|
}
|
||||||
|
|
||||||
ssh_say(2, "key_type_from_name: unknown key type '%s'\n", name);
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -563,7 +562,7 @@ SIGNATURE *signature_from_string(SSH_SESSION *session, STRING *signature,PUBLIC_
|
|||||||
sign->rsa_sign=e;
|
sign->rsa_sign=e;
|
||||||
#endif
|
#endif
|
||||||
#ifdef DEBUG_CRYPTO
|
#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);
|
ssh_print_hexa("rsa signature", e->string, len);
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_LIBGCRYPT
|
#ifdef HAVE_LIBGCRYPT
|
||||||
|
|||||||
Reference in New Issue
Block a user