check_rsa() is broken, I don't know why, just remove it for now.
[tinc] / system.h
index f6b2bd8..51adca0 100644 (file)
--- a/system.h
+++ b/system.h
 #endif
 #define N_(Text) Text
 
+#ifndef HAVE_STRSIGNAL
+# define strsignal(p) ""
+#endif
+
+/* Other functions */
+#include <dropin.h>
+
 #endif /* __TINC_SYSTEM_H__ */