From: Vsevolod Stakhov Date: Tue, 2 Aug 2016 15:50:21 +0000 (+0100) Subject: [Minor] Really save privkey in file X-Git-Tag: 1.3.2~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5fd215f22a5a63d6b692fb976dc9ffeaafb0f6a;p=thirdparty%2Frspamd.git [Minor] Really save privkey in file --- diff --git a/src/rspamadm/dkim_keygen.c b/src/rspamadm/dkim_keygen.c index 31a4a64e14..ca559f95d9 100644 --- a/src/rspamadm/dkim_keygen.c +++ b/src/rspamadm/dkim_keygen.c @@ -40,7 +40,7 @@ static GOptionEntry entries[] = { "Use the specified domain", NULL}, {"selector", 's', 0, G_OPTION_ARG_STRING, &selector, "Use the specified selector", NULL}, - {"privkey", 'k', 0, G_OPTION_ARG_STRING, &selector, + {"privkey", 'k', 0, G_OPTION_ARG_STRING, &privkey_file, "Save private key in the specified file", NULL}, {NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL} };