diff options
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; |