summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authordjm <djm>2003-09-03 02:11:30 +0000
committerdjm <djm>2003-09-03 02:11:30 +0000
commitba3863272f53501cd55681c5b1263e2e93443450 (patch)
tree6b33de5a73bd0f9bad61afc7b96813e69aac3b6b /auth.h
parent1b389e189dc52528148c06137f048a405e0e2e7a (diff)
downloadopenssh-ba3863272f53501cd55681c5b1263e2e93443450.tar.gz
- 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 130a27da..beaacb8b 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.h,v 1.45 2003/08/26 09:58:43 markus Exp $ */
+/* $OpenBSD: auth.h,v 1.46 2003/08/28 12:54:34 markus Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.