summaryrefslogtreecommitdiffstats
path: root/auth-krb5.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2016-01-27 06:44:58 +0000
committerDamien Miller <djm@mindrot.org>2016-01-27 17:45:44 +1100
commit44cf930e670488c85c9efeb373fa5f4b455692ac (patch)
tree6c97933858d54e3f3ac207f32defe476e5f2d80c /auth-krb5.c
parentebacd377769ac07d1bf3c75169644336056b7060 (diff)
upstream commit
change old $FreeBSD version string in comment so it doesn't become an RCS ident downstream; requested by des AT des.no Upstream-ID: 8ca558c01f184e596b45e4fc8885534b2c864722
Diffstat (limited to 'auth-krb5.c')
-rw-r--r--auth-krb5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-krb5.c b/auth-krb5.c
index 0089b184..d1c5a2f3 100644
--- a/auth-krb5.c
+++ b/auth-krb5.c
@@ -1,8 +1,8 @@
-/* $OpenBSD: auth-krb5.c,v 1.20 2013/07/20 01:55:13 djm Exp $ */
+/* $OpenBSD: auth-krb5.c,v 1.21 2016/01/27 06:44:58 djm Exp $ */
/*
* Kerberos v5 authentication and ticket-passing routines.
*
- * $FreeBSD: src/crypto/openssh/auth-krb5.c,v 1.6 2001/02/13 16:58:04 assar Exp $
+ * From: FreeBSD: src/crypto/openssh/auth-krb5.c,v 1.6 2001/02/13 16:58:04 assar
*/
/*
* Copyright (c) 2002 Daniel Kouril. All rights reserved.