mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-08 19:02:06 +03:00
pki: Log really the signature algorithm type
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
25407209b0
commit
18077673ac
@@ -1569,7 +1569,7 @@ int ssh_pki_signature_verify_blob(ssh_session session,
|
|||||||
|
|
||||||
SSH_LOG(SSH_LOG_FUNCTIONS,
|
SSH_LOG(SSH_LOG_FUNCTIONS,
|
||||||
"Going to verify a %s type signature",
|
"Going to verify a %s type signature",
|
||||||
key->type_c);
|
sig->type_c);
|
||||||
|
|
||||||
|
|
||||||
if (key->type == SSH_KEYTYPE_ECDSA) {
|
if (key->type == SSH_KEYTYPE_ECDSA) {
|
||||||
|
Reference in New Issue
Block a user