1
0
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:
Jakub Jelen
2018-07-03 15:57:15 +02:00
committed by Andreas Schneider
parent 25407209b0
commit 18077673ac

View File

@@ -1569,7 +1569,7 @@ int ssh_pki_signature_verify_blob(ssh_session session,
SSH_LOG(SSH_LOG_FUNCTIONS,
"Going to verify a %s type signature",
key->type_c);
sig->type_c);
if (key->type == SSH_KEYTYPE_ECDSA) {