]> granicus.if.org Git - apache/commitdiff
* modules/ssl/ssl_engine_pphrase.c (ssl_load_encrypted_pkey): Remove
authorJoe Orton <jorton@apache.org>
Fri, 5 Oct 2018 10:18:53 +0000 (10:18 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 5 Oct 2018 10:18:53 +0000 (10:18 +0000)
  redundant assignment (clang warning).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842883 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_pphrase.c

index 6a5e1eb0aaf648232a9dc920f4a1668fdefc4778..9f6f84f70e1945007431528ebc190e0e5b06f635 100644 (file)
@@ -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);
     }
 
     /*