From c21abc57e047d3125addb78e779182a88455781e Mon Sep 17 00:00:00 2001 From: djm Date: Sat, 20 Jul 2013 01:55:13 +0000 Subject: fix kerberos/GSSAPI deprecation warnings and linking; "looks okay" millert@ --- usr.bin/ssh/gss-serv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ssh/gss-serv.c') diff --git a/usr.bin/ssh/gss-serv.c b/usr.bin/ssh/gss-serv.c index 1bbc988a69f..cc7e4260d5c 100644 --- a/usr.bin/ssh/gss-serv.c +++ b/usr.bin/ssh/gss-serv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gss-serv.c,v 1.23 2011/08/01 19:18:15 markus Exp $ */ +/* $OpenBSD: gss-serv.c,v 1.24 2013/07/20 01:55:13 djm Exp $ */ /* * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. @@ -46,7 +46,7 @@ static ssh_gssapi_client gssapi_client = { GSS_C_EMPTY_BUFFER, GSS_C_EMPTY_BUFFER, - GSS_C_NO_CREDENTIAL, NULL, {NULL, NULL, NULL}}; + GSS_C_NO_CREDENTIAL, NULL, {NULL, NULL, NULL, NULL}}; ssh_gssapi_mech gssapi_null_mech = { NULL, NULL, {0, NULL}, NULL, NULL, NULL, NULL}; -- cgit v1.2.3-59-g8ed1b