pki tool can issue/self-sign certificates with OCSP URIs

This commit is contained in:
Martin Willi
2009-09-11 17:17:56 +02:00
parent 6dc57cd02e
commit 06a8df11d9
3 changed files with 30 additions and 15 deletions
+2 -2
View File
@@ -32,12 +32,12 @@
/**
* Maximum number of options in a command (+1)
*/
#define MAX_OPTIONS 14
#define MAX_OPTIONS 20
/**
* Maximum number of usage summary lines (+1)
*/
#define MAX_LINES 8
#define MAX_LINES 10
typedef struct command_t command_t;
typedef enum command_type_t command_type_t;