summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-09-03 12:11:30 +1000
committerDamien Miller <djm@mindrot.org>2003-09-03 12:11:30 +1000
commita256c650acd9b4f5d4bbc515607c74c3f9f3995e (patch)
tree9777d5df53cda6e5892f77fd8398e8ee6cf6c759 /auth.h
parent856f0be66908352828bb595f7ad5213623c0c610 (diff)
- markus@cvs.openbsd.org 2003/08/28 12:54:34
[auth.h] remove kerberos support from ssh1, since it has been replaced with GSSAPI; but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth.h b/auth.h
index 130a27da7..beaacb8bc 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.h,v 1.45 2003/08/26 09:58:43 markus Exp $ */ 1/* $OpenBSD: auth.h,v 1.46 2003/08/28 12:54:34 markus Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.