std-crypto: fix missing END line of PEM pdp/regen-dh-c github/pdp/regen-dh-c
authorPhil Pennock <pdp@exim.org>
Fri, 25 Sep 2020 01:02:43 +0000 (21:02 -0400)
committerPhil Pennock <pdp@exim.org>
Fri, 25 Sep 2020 01:05:53 +0000 (21:05 -0400)
I went through and reconverted all of the values now that we have Simon's fix
for my buggy conversion code in; good thing too, caught a missing line from the
last update.

src/src/std-crypto.c

index 26f632aa58824e0f42aa20aa026d249376c13b79..b462908ea39091f367ee72a0a9df1e4850ac8cef 100644 (file)
@@ -910,6 +910,7 @@ static const char dh_ffdhe8192_pem[] =
 "e2JIFs2tmpX51bgBlIjZwKCh/jB1pXfiMYP4HUo/L6RXHvyM4LqKT+i2hV3+crCm\n"
 "bt7S+6v75Yow+vq+HF1xqH4vdB74wf6G/qa7/eUwZ38Nl9EdSfeoRD0IIuUGqfRh\n"
 "TgEeKpSDj/iM1oyLt8XGQkz//////////wIBAgICH/8=\n"
+"-----END DH PARAMETERS-----\n";
 
 /* ========================================================================= */