ssl: Remove HAVE_SSL define
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 15 Mar 2020 17:59:20 +0000 (18:59 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 11 Jun 2020 11:57:32 +0000 (13:57 +0200)
With fallback code for missing SSL support removed from the code base,
the HAVE_SSL define is no longer needed.

CMakeLists.txt

index 61428e2..80040cf 100644 (file)
@@ -195,9 +195,6 @@ if (NOT HAVE_SSL)
     message(FATAL_ERROR "Quassel requires SSL support, but Qt is built with QT_NO_SSL")
 endif()
 
-# Compat until fallback code paths have been disabled
-add_definitions(-DHAVE_SSL)
-
 # Optional Qt components
 
 find_package(Qt5LinguistTools QUIET)