From 2e7f970b81d1e77ff5bb5e5a702c664b4d2ce24c Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 13 Sep 2016 17:59:13 +0200 Subject: Require libnettle unconditionally. --- debug.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'debug.h') diff --git a/debug.h b/debug.h index 12cb109..83785ee 100644 --- a/debug.h +++ b/debug.h @@ -25,9 +25,7 @@ void debugerrno(int err, uint8_t level, char *format, ...); void debugerrnox(int err, uint8_t level, char *format, ...); int debug_set_destination(char *dest, int log_type); void debug_reopen_log(); -#if defined(WANT_FTICKS) void fticks_debug(const char *format, ...); -#endif /* Local Variables: */ /* c-file-style: "stroustrup" */ -- cgit v1.1