From 6ff93d467cd5e59cfa5445baf4f615bd9c8d44a4 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