summaryrefslogtreecommitdiff
path: root/gss-serv.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-06-07 10:19:24 +0100
committerColin Watson <cjwatson@debian.org>2020-06-07 11:03:12 +0100
commit30337f8b66c66af6b368d1e3c789e75f1247176c (patch)
tree17e0b8652fea31c04faa19ffc4cd088552ee473a /gss-serv.c
parentaef2be11c5ea90bc66e774923e6570213e54c195 (diff)
parent39b8d128ef980a410bb1ea0ee80e95ac9fff59c3 (diff)
New upstream release (8.3p1)
Also update GSSAPI key exchange patch from https://github.com/openssh-gsskex/openssh-gsskex.
Diffstat (limited to 'gss-serv.c')
-rw-r--r--gss-serv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gss-serv.c b/gss-serv.c
index 1d47870e7..55f4d4bda 100644
--- a/gss-serv.c
+++ b/gss-serv.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: gss-serv.c,v 1.31 2018/07/09 21:37:55 markus Exp $ */ 1/* $OpenBSD: gss-serv.c,v 1.32 2020/03/13 03:17:07 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2001-2009 Simon Wilkinson. All rights reserved. 4 * Copyright (c) 2001-2009 Simon Wilkinson. All rights reserved.
@@ -413,7 +413,7 @@ ssh_gssapi_storecreds(void)
413 debug("ssh_gssapi_storecreds: Not a GSSAPI mechanism"); 413 debug("ssh_gssapi_storecreds: Not a GSSAPI mechanism");
414} 414}
415 415
416/* This allows GSSAPI methods to do things to the childs environment based 416/* This allows GSSAPI methods to do things to the child's environment based
417 * on the passed authentication process and credentials. 417 * on the passed authentication process and credentials.
418 */ 418 */
419/* As user */ 419/* As user */