pki: Increase MAX_COMMANDS to cover all currently available commands

Fixes #452.
This commit is contained in:
Tobias Brunner
2014-01-23 10:12:15 +01:00
parent 2b8224fce3
commit 079e6c2b04
+2 -2
View File
@@ -22,9 +22,9 @@
#define COMMAND_H_ #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) * Maximum number of options in a command (+1)