]> granicus.if.org Git - apache/commitdiff
Follow up to r1527295:
authorJeff Trawick <trawick@apache.org>
Mon, 30 Sep 2013 13:56:20 +0000 (13:56 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 30 Sep 2013 13:56:20 +0000 (13:56 +0000)
ssl_engine_dh.c is still in 2.4.x, and (perhaps unexpectedly) this
cmake list supports both trunk and 2.4.x for the time being.

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

CMakeLists.txt

index 3965939785b4012234d10eb010242b72c6259a77..643067ef2de3e03ce18f8fa483573301697d8e5d 100644 (file)
@@ -426,6 +426,11 @@ SET(mod_ssl_extra_sources
   modules/ssl/ssl_util.c             modules/ssl/ssl_util_ocsp.c
   modules/ssl/ssl_util_ssl.c         modules/ssl/ssl_util_stapling.c
 )
+IF(${minorversion} STREQUAL "4")
+  SET(mod_ssl_extra_sources
+    ${mod_ssl_extra_sources} modules/ssl/ssl_engine_dh.c
+  )
+ENDIF()
 SET(mod_status_extra_defines         STATUS_DECLARE_EXPORT)
 SET(mod_watchdog_install_lib 1)
 SET(mod_xml2enc_requires             LIBXML2_FOUND)