CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/02/11 02:44:42
Modified files:
usr.bin/ssh : sshconnect2.c
Log message:
cleanup GSSAPI authentication context after completion of the
authmethod. Move function-static GSSAPI state to the client Authctxt
structure. Make static a bunch of functions that aren't used outside
this file.
Based on patch from Markus Schmidt <[email protected]>; ok markus@
