From: Phil Pennock Date: Fri, 25 Sep 2020 01:02:43 +0000 (-0400) Subject: std-crypto: fix missing END line of PEM X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/refs/heads/pdp/regen-dh-c?ds=sidebyside std-crypto: fix missing END line of PEM 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. --- diff --git a/src/src/std-crypto.c b/src/src/std-crypto.c index 26f632aa5..b462908ea 100644 --- a/src/src/std-crypto.c +++ b/src/src/std-crypto.c @@ -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"; /* ========================================================================= */