diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-04-26 21:28:34 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-04-26 21:28:34 +0000 |
commit | 7ba67e4d048f1c0aa1117629fcdb2be0bf7c1d3f (patch) | |
tree | d879dc1cb243273b1c645ebb73b31a2996b3270b /usr.bin/ssh/authfile.c | |
parent | e9889f7ad8b470fcfa1a78a5ccddf30e0a25865b (diff) |
split auth/sshconnect in one file per protocol version
Diffstat (limited to 'usr.bin/ssh/authfile.c')
-rw-r--r-- | usr.bin/ssh/authfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/authfile.c b/usr.bin/ssh/authfile.c index b6c4de38b4f..92740c48a1c 100644 --- a/usr.bin/ssh/authfile.c +++ b/usr.bin/ssh/authfile.c @@ -15,7 +15,7 @@ */ #include "includes.h" -RCSID("$Id: authfile.c,v 1.15 2000/04/26 20:56:29 markus Exp $"); +RCSID("$Id: authfile.c,v 1.16 2000/04/26 21:28:32 markus Exp $"); #include <openssl/bn.h> #include <openssl/dsa.h> |