summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/includes.h b/includes.h
index 03cb1cf..571a3be 100644
--- a/includes.h
+++ b/includes.h
@@ -120,8 +120,14 @@
#include <libgen.h>
#endif
+#ifdef BUNDLED_LIBTOM
#include "libtomcrypt/src/headers/tomcrypt.h"
#include "libtommath/tommath.h"
+#else
+#include <tomcrypt.h>
+#include <tommath.h>
+#endif
+
#include "compat.h"
#include "fake-rfc2553.h"