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:
dc4058e
)
scepclient: Add missing short options (-i, -T)
author
Tobias Brunner
<tobias@strongswan.org>
Wed, 15 Jan 2020 11:00:28 +0000
(12:00 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Wed, 15 Jan 2020 11:02:18 +0000
(12:02 +0100)
src/scepclient/scepclient.c
patch
|
blob
|
history
diff --git
a/src/scepclient/scepclient.c
b/src/scepclient/scepclient.c
index
7543934
..
bf526e5
100644
(file)
--- a/
src/scepclient/scepclient.c
+++ b/
src/scepclient/scepclient.c
@@
-547,7
+547,7
@@
int main(int argc, char **argv)
};
/* parse next option */
};
/* parse next option */
- int c = getopt_long(argc, argv, "hv+:q
i:o:f
k:d:s:p:a:u:c:m:t:x:APRCMS", long_opts, NULL);
+ int c = getopt_long(argc, argv, "hv+:q
l:i:o:fT:
k:d:s:p:a:u:c:m:t:x:APRCMS", long_opts, NULL);
switch (c)
{
switch (c)
{