aboutsummaryrefslogtreecommitdiffstats
path: root/main/aestab.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/aestab.c')
-rw-r--r--main/aestab.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/aestab.c b/main/aestab.c
index c84a480af..b134d22d8 100644
--- a/main/aestab.c
+++ b/main/aestab.c
@@ -37,6 +37,8 @@ extern "C"
{
#endif
+#ifndef HAVE_CRYPTO
+
#define DO_TABLES
#include "aesopt.h"
@@ -226,6 +228,8 @@ void gen_tabs(void)
#endif
+#endif /* !HAVE_CRYPTO */
+
#if defined(__cplusplus)
}
#endif