summaryrefslogtreecommitdiff
path: root/crypto/openssh/monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/monitor.h')
-rw-r--r--crypto/openssh/monitor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/openssh/monitor.h b/crypto/openssh/monitor.h
index 16047299f882..abf2ca4018b4 100644
--- a/crypto/openssh/monitor.h
+++ b/crypto/openssh/monitor.h
@@ -53,7 +53,8 @@ enum monitor_reqtype {
MONITOR_REQ_GSSSTEP = 44, MONITOR_ANS_GSSSTEP = 45,
MONITOR_REQ_GSSUSEROK = 46, MONITOR_ANS_GSSUSEROK = 47,
MONITOR_REQ_GSSCHECKMIC = 48, MONITOR_ANS_GSSCHECKMIC = 49,
- MONITOR_REQ_TERM = 50,
+ MONITOR_REQ_GETPWCLASS = 50, MONITOR_ANS_GETPWCLASS = 51,
+ MONITOR_REQ_TERM = 52,
MONITOR_REQ_PAM_START = 100,
MONITOR_REQ_PAM_ACCOUNT = 102, MONITOR_ANS_PAM_ACCOUNT = 103,