]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
scepclient: Add missing short options (-i, -T)
authorTobias Brunner <tobias@strongswan.org>
Wed, 15 Jan 2020 11:00:28 +0000 (12:00 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 15 Jan 2020 11:02:18 +0000 (12:02 +0100)
src/scepclient/scepclient.c

index 754393455cf4d1699388891404af8b0001bd5ab6..bf526e5f2563f60bd96084d9a033d282e96cd014 100644 (file)
@@ -547,7 +547,7 @@ int main(int argc, char **argv)
                };
 
                /* parse next option */
-               int c = getopt_long(argc, argv, "hv+:qi:o:fk:d:s:p:a:u:c:m:t:x:APRCMS", long_opts, NULL);
+               int c = getopt_long(argc, argv, "hv+:ql:i:o:fT:k:d:s:p:a:u:c:m:t:x:APRCMS", long_opts, NULL);
 
                switch (c)
                {