agent: Fix todays --re-group commit.

--

Fixes-commit: c693b7f4ad
This commit is contained in:
Werner Koch 2020-03-06 17:02:01 +01:00
parent 9bc3e7ec03
commit 4762367d66
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ static gpgrt_opt_t opts[] = {
ARGPARSE_s_n (oEnableExtendedKeyFormat, "enable-extended-key-format", "@"),
ARGPARSE_s_i (oListenBacklog, "listen-backlog", "@"),
ARGPARSE_op_u (oAutoExpandSecmem, "auto-expand-secmem", "@"),
ARGPARSE_s_s (oFakedSystemTime, "faked-system-time", "@"),
ARGPARSE_header ("Security", N_("Options controlling the security")),