summaryrefslogtreecommitdiff
path: root/ssh-rsa.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-26 14:07:26 +1100
committerDamien Miller <djm@mindrot.org>2006-03-26 14:07:26 +1100
commit9096740f6c39bbd91f2484c8cf58b4996dd8564f (patch)
tree5205c22ccf2d6bd2765ff7662c7efe24620ca754 /ssh-rsa.c
parent91d4b12fcb045d93034b2609aaf56a4b41e6eb4f (diff)
downloadopenssh-git-9096740f6c39bbd91f2484c8cf58b4996dd8564f.tar.gz
- deraadt@cvs.openbsd.org 2006/03/20 18:26:55
[channels.c monitor.c session.c session.h ssh-agent.c ssh-keygen.c] [ssh-rsa.c ssh.c sshlogin.c] annoying spacing fixes getting in the way of real diffs
Diffstat (limited to 'ssh-rsa.c')
-rw-r--r--ssh-rsa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh-rsa.c b/ssh-rsa.c
index 1520d7e1..ce4195fe 100644
--- a/ssh-rsa.c
+++ b/ssh-rsa.c
@@ -61,6 +61,7 @@ ssh_rsa_sign(const Key *key, u_char **sigp, u_int *lenp,
if (ok != 1) {
int ecode = ERR_get_error();
+
error("ssh_rsa_sign: RSA_sign failed: %s",
ERR_error_string(ecode, NULL));
xfree(sig);