diff options
author | Tobias Brunner <tobias@strongswan.org> | 2014-12-05 10:41:07 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2014-12-12 13:11:29 +0100 |
commit | 374b569ed02b4cfc5098e75ec9f7f35bf5be5ea7 (patch) | |
tree | 0ddedaa098d611dcdda9145b6ed136c50b547d45 /src/pki/command.h | |
parent | a23d3073e3ded2b6bd60ae4061989b3275ee5122 (diff) | |
download | strongswan-374b569ed02b4cfc5098e75ec9f7f35bf5be5ea7.tar.bz2 strongswan-374b569ed02b4cfc5098e75ec9f7f35bf5be5ea7.tar.xz |
pki: Add simple PKCS#12 display command
Diffstat (limited to 'src/pki/command.h')
-rw-r--r-- | src/pki/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pki/command.h b/src/pki/command.h index 9cf036bf2..d49adda09 100644 --- a/src/pki/command.h +++ b/src/pki/command.h @@ -24,7 +24,7 @@ /** * Maximum number of commands (+1). */ -#define MAX_COMMANDS 12 +#define MAX_COMMANDS 13 /** * Maximum number of options in a command (+3) |