mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Properly guard X.509 functions to allow compiling FTL without mbedTLS library being available, also improve how definitions are done in src/CMakeLists.txt and reduce instruction-duplication on the way
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@
|
||||
#include "../files.h"
|
||||
// get_web_theme_str
|
||||
#include "../datastructure.h"
|
||||
#if HAVE_READLINE
|
||||
#if LUA_USE_READLINE
|
||||
#include <readline/history.h>
|
||||
#endif
|
||||
#include <wordexp.h>
|
||||
|
||||
Reference in New Issue
Block a user