You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2018/10/05 10:18:54 UTC

svn commit: r1842883 - /httpd/httpd/trunk/modules/ssl/ssl_engine_pphrase.c

Author: jorton
Date: Fri Oct  5 10:18:53 2018
New Revision: 1842883

URL: http://svn.apache.org/viewvc?rev=1842883&view=rev
Log:
* modules/ssl/ssl_engine_pphrase.c (ssl_load_encrypted_pkey): Remove
  redundant assignment (clang warning).

Modified:
    httpd/httpd/trunk/modules/ssl/ssl_engine_pphrase.c

Modified: httpd/httpd/trunk/modules/ssl/ssl_engine_pphrase.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/ssl_engine_pphrase.c?rev=1842883&r1=1842882&r2=1842883&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/ssl/ssl_engine_pphrase.c (original)
+++ httpd/httpd/trunk/modules/ssl/ssl_engine_pphrase.c Fri Oct  5 10:18:53 2018
@@ -736,7 +736,6 @@ static int passphrase_ui_read(UI *ui, UI
 
         result = ssl_util_readfilter(ppcb->s, ppcb->p, cmd, argv);
         apr_cpystrn(buf, result, bufsize);
-        len = strlen(buf);
     }
 
     /*