pki: Make sure no command registers too many options

This commit is contained in:
Tobias Brunner
2014-01-23 10:12:24 +01:00
parent 079e6c2b04
commit 040cf911a6
2 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
#define MAX_COMMANDS 11
/**
* Maximum number of options in a command (+1)
* Maximum number of options in a command (+3)
*/
#define MAX_OPTIONS 32