diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-02-04 15:32:28 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-02-04 15:32:28 +0000 |
commit | dda52756dc38adc836a931454a6d6b3cfcac978b (patch) | |
tree | 7a5c0d16008cd6b4ef4a67db67ec5af35e46ae29 /usr.bin/ssh/authfd.c | |
parent | 16979520bbe106bb4e81a0d4213e2c053956e333 (diff) |
unexpand and remove end-of-line whitespace; ok markus@
Diffstat (limited to 'usr.bin/ssh/authfd.c')
-rw-r--r-- | usr.bin/ssh/authfd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/authfd.c b/usr.bin/ssh/authfd.c index 601d5952862..ce3268c96f3 100644 --- a/usr.bin/ssh/authfd.c +++ b/usr.bin/ssh/authfd.c @@ -35,7 +35,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: authfd.c,v 1.34 2001/02/04 13:30:11 stevesk Exp $"); +RCSID("$OpenBSD: authfd.c,v 1.35 2001/02/04 15:32:22 stevesk Exp $"); #include <openssl/evp.h> @@ -553,7 +553,7 @@ ssh_remove_all_identities(AuthenticationConnection *auth, int version) return decode_reply(type); } -int +int decode_reply(int type) { switch (type) { |