forgot declaration of INVERT_REGEX in getopt otions

This commit is contained in:
Andreas Baumann 2017-01-22 10:07:20 +01:00 committed by Sven Nierlein
parent c9a94ffd44
commit 83ae37dc7e

View file

@ -430,6 +430,7 @@ process_arguments (int argc, char **argv)
{"private-key", required_argument, 0, 'K'},
{"ca-cert", required_argument, 0, CA_CERT_OPTION},
{"useragent", required_argument, 0, 'A'},
{"invert-regex", no_argument, NULL, INVERT_REGEX},
{"certificate", required_argument, 0, 'C'},
{0, 0, 0, 0}
};