summaryrefslogtreecommitdiff
path: root/cipher/mac-cmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/mac-cmac.c')
-rw-r--r--cipher/mac-cmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/mac-cmac.c b/cipher/mac-cmac.c
index 063d153e..0538de37 100644
--- a/cipher/mac-cmac.c
+++ b/cipher/mac-cmac.c
@@ -504,7 +504,7 @@ gcry_mac_spec_t _gcry_mac_type_spec_cmac_camellia = {
&cmac_ops
};
#endif
-#ifdef USE_IDEA
+#if USE_IDEA
gcry_mac_spec_t _gcry_mac_type_spec_cmac_idea = {
GCRY_MAC_CMAC_IDEA, {0, 0}, "CMAC_IDEA",
&cmac_ops