diff --git a/src/pki/command.h b/src/pki/command.h index 1a884fb73..3e66a1a26 100644 --- a/src/pki/command.h +++ b/src/pki/command.h @@ -22,9 +22,9 @@ #define COMMAND_H_ /** - * Maximum number of commands. + * Maximum number of commands (+1). */ -#define MAX_COMMANDS 10 +#define MAX_COMMANDS 11 /** * Maximum number of options in a command (+1)