summaryrefslogtreecommitdiffstats
path: root/Modules/_blake2/impl/blake2-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_blake2/impl/blake2-config.h')
-rw-r--r--Modules/_blake2/impl/blake2-config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_blake2/impl/blake2-config.h b/Modules/_blake2/impl/blake2-config.h
index f5dd6fa..c09cb4b 100644
--- a/Modules/_blake2/impl/blake2-config.h
+++ b/Modules/_blake2/impl/blake2-config.h
@@ -53,7 +53,7 @@
#endif
#endif
-#ifdef HAVE_SSE41
+#ifdef HAVE_SSE4_1
#ifndef HAVE_SSSE3
#define HAVE_SSSE3
#endif