Added SILC Thread Queue API
[silc.git] / lib / silccrypt / configure.ad
index 721bea2aca855da7f26da32ae1ffbabd8f6a566a..01434b039b8a890702cbd3a37b1763bf165e13e4 100644 (file)
@@ -25,7 +25,7 @@ aes_asm=false
 
 case "$host_cpu" in
   i?86)
-    AC_DEFINE([SILC_SHA256_ASM], [], [SILC_SHA256_ASM])
+    AC_DEFINE([SILC_SHA256_X86], [], [SILC_SHA256_X86])
 
     if test "${pic_mode:-default}" != "yes" ; then
       # Don't enable ASM AES with shared libs as the code doesn't support PIC.