aboutsummaryrefslogtreecommitdiff
path: root/include/ntp_md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntp_md5.h')
-rw-r--r--include/ntp_md5.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/ntp_md5.h b/include/ntp_md5.h
new file mode 100644
index 000000000000..bb6985a2f367
--- /dev/null
+++ b/include/ntp_md5.h
@@ -0,0 +1,9 @@
+/*
+ * ntp_md5.h: deal with md5.h headers
+ */
+
+#ifdef HAVE_MD5_H
+# include <md5.h>
+#else
+# include "rsa_md5.h"
+#endif