diff options
author | Darren Tucker <dtucker@zip.com.au> | 2007-12-02 12:59:45 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2007-12-02 12:59:45 +0100 |
commit | 541dab2db4e89ffdcf9e7a7316765465d601fc32 (patch) | |
tree | 7cb811e11acb996e01e9f8adf1fc6b4880a2c43f /auth2-gss.c | |
parent | - (dtucker) [scp.c] Update $OpenBSD tag missing from rev 1.175 and remove (diff) | |
download | openssh-541dab2db4e89ffdcf9e7a7316765465d601fc32.tar.xz openssh-541dab2db4e89ffdcf9e7a7316765465d601fc32.zip |
- 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth2-gss.c b/auth2-gss.c index c77c841a3..0e08d889c 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. |