From: Tobias Brunner Date: Wed, 16 Dec 2015 10:55:14 +0000 (+0100) Subject: pki: Increase MAX_LINES X-Git-Tag: 5.4.0dr2~10^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50e190e8add8c36da39865d604a96897786cb5d4;p=thirdparty%2Fstrongswan.git pki: Increase MAX_LINES The --issue and --self commands both define 10 lines of usage summary text. --- diff --git a/src/pki/command.h b/src/pki/command.h index e55c579e46..449252eb82 100644 --- a/src/pki/command.h +++ b/src/pki/command.h @@ -34,7 +34,7 @@ /** * Maximum number of usage summary lines (+1) */ -#define MAX_LINES 10 +#define MAX_LINES 11 typedef struct command_t command_t; typedef struct command_option_t command_option_t;