1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-08 19:02:06 +03:00

pki: Don't free a const key!

This commit is contained in:
Andreas Schneider
2012-02-04 22:07:03 +01:00
parent 47226d9d44
commit e93f17cad8

View File

@@ -1197,7 +1197,6 @@ int ssh_pki_signature_verify_blob(ssh_session session,
rc = ssh_pki_import_signature_blob(sig_blob, key, &sig);
if (rc < 0) {
ssh_key_free(key);
return SSH_ERROR;
}