strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ea64a7
)
pki: Increase MAX_LINES
author
Tobias Brunner
<tobias@strongswan.org>
Wed, 16 Dec 2015 10:55:14 +0000
(11:55 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Wed, 16 Dec 2015 11:09:18 +0000
(12:09 +0100)
The --issue and --self commands both define 10 lines of usage summary
text.
src/pki/command.h
patch
|
blob
|
history
diff --git
a/src/pki/command.h
b/src/pki/command.h
index
e55c579
..
449252e
100644
(file)
--- a/
src/pki/command.h
+++ b/
src/pki/command.h
@@
-34,7
+34,7
@@
/**
* Maximum number of usage summary lines (+1)
*/
-#define MAX_LINES 1
0
+#define MAX_LINES 1
1
typedef struct command_t command_t;
typedef struct command_option_t command_option_t;