From 17f84379e75ec181fe71ad972f3a39acaa14d5bc Mon Sep 17 00:00:00 2001 From: Phil Pennock Date: Thu, 24 Sep 2020 21:02:43 -0400 Subject: [PATCH] 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. --- src/src/std-crypto.c | 1 + 1 file changed, 1 insertion(+) 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"; /* ========================================================================= */ -- 2.30.2