X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/8e4fd4a1ec27a80b345e21b2ed99bc39cf7fecc0..6e879cb4343d30c40e68bb095c3477be2fe272ad:/monitor.h diff --git a/monitor.h b/monitor.h index 681b5188..56ec9d91 100644 --- a/monitor.h +++ b/monitor.h @@ -48,6 +48,7 @@ enum monitor_reqtype { MONITOR_REQ_RSAKEYALLOWED, MONITOR_ANS_RSAKEYALLOWED, MONITOR_REQ_RSACHALLENGE, MONITOR_ANS_RSACHALLENGE, MONITOR_REQ_RSARESPONSE, MONITOR_ANS_RSARESPONSE, + MONITOR_REQ_PAM_START, MONITOR_REQ_TERM, };