You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2013/11/16 18:38:11 UTC

svn commit: r1542539 - /httpd/httpd/branches/2.4.x/CMakeLists.txt

Author: trawick
Date: Sat Nov 16 17:38:11 2013
New Revision: 1542539

URL: http://svn.apache.org/r1542539
Log:
follow up to r1542328: ssl_engine_dh.c is gone

Modified:
    httpd/httpd/branches/2.4.x/CMakeLists.txt

Modified: httpd/httpd/branches/2.4.x/CMakeLists.txt
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CMakeLists.txt?rev=1542539&r1=1542538&r2=1542539&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CMakeLists.txt (original)
+++ httpd/httpd/branches/2.4.x/CMakeLists.txt Sat Nov 16 17:38:11 2013
@@ -399,7 +399,7 @@ IF(OPENSSL_FOUND)
   SET(mod_ssl_extra_libs               ${OPENSSL_LIBRARIES})
 ENDIF()
 SET(mod_ssl_extra_sources
-  modules/ssl/ssl_engine_config.c    modules/ssl/ssl_engine_dh.c
+  modules/ssl/ssl_engine_config.c
   modules/ssl/ssl_engine_init.c      modules/ssl/ssl_engine_io.c
   modules/ssl/ssl_engine_kernel.c    modules/ssl/ssl_engine_log.c
   modules/ssl/ssl_engine_mutex.c     modules/ssl/ssl_engine_ocsp.c