aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/bind_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/bind_config.h')
-rw-r--r--include/libssh/bind_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libssh/bind_config.h b/include/libssh/bind_config.h
index 0a1a6d75..28216329 100644
--- a/include/libssh/bind_config.h
+++ b/include/libssh/bind_config.h
@@ -29,6 +29,8 @@
#include "libssh/server.h"
enum ssh_bind_config_opcode_e {
+ /* Known but not allowed in Match block */
+ BIND_CFG_NOT_ALLOWED_IN_MATCH = -4,
/* Unknown opcode */
BIND_CFG_UNKNOWN = -3,
/* Known and not applicable to libssh */
@@ -43,6 +45,7 @@ enum ssh_bind_config_opcode_e {
BIND_CFG_CIPHERS,
BIND_CFG_MACS,
BIND_CFG_KEXALGORITHMS,
+ BIND_CFG_MATCH,
BIND_CFG_MAX /* Keep this one last in the list */
};