diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2000-06-22 23:55:01 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2000-06-22 23:55:01 +0000 |
commit | 772addc9855aa7d0db82bc57752bad6209a01829 (patch) | |
tree | a793f71502bd9873b239e565b15e47f0d9109ce0 /usr.bin/ssh/auth-krb4.c | |
parent | a72626da0fca1e819263b5b089b5847c1d7f13e5 (diff) |
Missing CVS idents; ok markus
Diffstat (limited to 'usr.bin/ssh/auth-krb4.c')
-rw-r--r-- | usr.bin/ssh/auth-krb4.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/ssh/auth-krb4.c b/usr.bin/ssh/auth-krb4.c index a26842713aa..e32089b7437 100644 --- a/usr.bin/ssh/auth-krb4.c +++ b/usr.bin/ssh/auth-krb4.c @@ -9,6 +9,8 @@ #include "ssh.h" #include "servconf.h" +RCSID("$OpenBSD: auth-krb4.c,v 1.15 2000/06/22 23:54:59 djm Exp $"); + #ifdef KRB4 char *ticket = NULL; |