diff options
author | 2006-03-20 18:26:55 +0000 | |
---|---|---|
committer | 2006-03-20 18:26:55 +0000 | |
commit | c64ced71c1bd1fdb71a3d57e185df341ec2151ee (patch) | |
tree | 39bd57f0282f3051d722859a05650073054332e2 /usr.bin/ssh/ssh-rsa.c | |
parent | sprinkle some ARGSUSED for table driven functions (which sometimes must ignore their args) (diff) | |
download | wireguard-openbsd-c64ced71c1bd1fdb71a3d57e185df341ec2151ee.tar.xz wireguard-openbsd-c64ced71c1bd1fdb71a3d57e185df341ec2151ee.zip |
annoying spacing fixes getting in the way of real diffs
Diffstat (limited to 'usr.bin/ssh/ssh-rsa.c')
-rw-r--r-- | usr.bin/ssh/ssh-rsa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ssh/ssh-rsa.c b/usr.bin/ssh/ssh-rsa.c index 1520d7e1dd8..ce4195fead9 100644 --- a/usr.bin/ssh/ssh-rsa.c +++ b/usr.bin/ssh/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); |