summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/gss-genr.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/gss-genr.c')
-rw-r--r--crypto/openssh/gss-genr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssh/gss-genr.c b/crypto/openssh/gss-genr.c
index 3f5727b..9bc31aa 100644
--- a/crypto/openssh/gss-genr.c
+++ b/crypto/openssh/gss-genr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gss-genr.c,v 1.3 2003/11/21 11:57:03 djm Exp $ */
+/* $OpenBSD: gss-genr.c,v 1.4 2005/07/17 07:17:55 djm Exp $ */
/*
* Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.
@@ -78,8 +78,8 @@ ssh_gssapi_error(Gssctxt *ctxt)
}
char *
-ssh_gssapi_last_error(Gssctxt *ctxt,
- OM_uint32 *major_status, OM_uint32 *minor_status)
+ssh_gssapi_last_error(Gssctxt *ctxt, OM_uint32 *major_status,
+ OM_uint32 *minor_status)
{
OM_uint32 lmin;
gss_buffer_desc msg = GSS_C_EMPTY_BUFFER;
OpenPOWER on IntegriCloud