X-Git-Url: http://www.project-moonshot.org/gitweb/?p=openssh.git;a=blobdiff_plain;f=monitor.h;fp=monitor.h;h=8a34c388e7ba8bd2863d2bf2af2f759d9c85fe39;hp=aa38b163cf1eb7635704419692f2fea7b95a2643;hb=991c385d7c6b1c8592b4057bf2e0708ddf9854e9;hpb=7936349b9e64ae69416d60e12997aafe997c455e diff --git a/monitor.h b/monitor.h index aa38b16..8a34c38 100644 --- a/monitor.h +++ b/monitor.h @@ -52,6 +52,7 @@ enum monitor_reqtype { MONITOR_REQ_GSSSETUP, MONITOR_ANS_GSSSETUP, MONITOR_REQ_GSSSTEP, MONITOR_ANS_GSSSTEP, MONITOR_REQ_GSSUSEROK, MONITOR_ANS_GSSUSEROK, + MONITOR_REQ_GSSLOCALNAME, MONITOR_ANS_GSSLOCALNAME, MONITOR_REQ_GSSCHECKMIC, MONITOR_ANS_GSSCHECKMIC, MONITOR_REQ_GSSSIGN, MONITOR_ANS_GSSSIGN, MONITOR_REQ_GSSUPCREDS, MONITOR_ANS_GSSUPCREDS,