From: Joe Orton Date: Fri, 5 Oct 2018 10:18:53 +0000 (+0000) Subject: * modules/ssl/ssl_engine_pphrase.c (ssl_load_encrypted_pkey): Remove X-Git-Tag: 2.5.0-alpha2-ci-test-only~2303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17d8d54eb61b245262c9e7a1011262193ea894ca;p=thirdparty%2Fapache%2Fhttpd.git * modules/ssl/ssl_engine_pphrase.c (ssl_load_encrypted_pkey): Remove redundant assignment (clang warning). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842883 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_pphrase.c b/modules/ssl/ssl_engine_pphrase.c index 6a5e1eb0aaf..9f6f84f70e1 100644 --- a/modules/ssl/ssl_engine_pphrase.c +++ b/modules/ssl/ssl_engine_pphrase.c @@ -736,7 +736,6 @@ static int passphrase_ui_read(UI *ui, UI_STRING *uis) result = ssl_util_readfilter(ppcb->s, ppcb->p, cmd, argv); apr_cpystrn(buf, result, bufsize); - len = strlen(buf); } /*