summaryrefslogtreecommitdiff
path: root/auth2-gss.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-12-02 22:59:45 +1100
committerDarren Tucker <dtucker@zip.com.au>2007-12-02 22:59:45 +1100
commit541dab2db4e89ffdcf9e7a7316765465d601fc32 (patch)
tree7cb811e11acb996e01e9f8adf1fc6b4880a2c43f /auth2-gss.c
parente566230cb029b78bcb0192098899d296c13361b2 (diff)
downloadopenssh-git-541dab2db4e89ffdcf9e7a7316765465d601fc32.tar.gz
- dtucker@cvs.openbsd.org 2007/10/29 00:52:45
[auth2-gss.c] Allow build without -DGSSAPI; ok deraadt@ (Id sync only, Portable already has the ifdefs)
Diffstat (limited to 'auth2-gss.c')
-rw-r--r--auth2-gss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth2-gss.c b/auth2-gss.c
index c77c841a..0e08d889 100644
--- a/auth2-gss.c
+++ b/auth2-gss.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth2-gss.c,v 1.15 2006/08/03 03:34:41 deraadt Exp $ */
+/* $OpenBSD: auth2-gss.c,v 1.16 2007/10/29 00:52:45 dtucker Exp $ */
/*
* Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.