We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b4be8 commit 9b2345dCopy full SHA for 9b2345d
2 files changed
configure.ac
@@ -2733,6 +2733,7 @@ then
2733
esac
2734
fi
2735
AS_IF([test "x$ENABLED_AESGCM" != "xno"],[AM_CCASFLAGS="$AM_CCASFLAGS -DHAVE_AESGCM"])
2736
+ AS_IF([test "x$ENABLED_SM3" != "xno"],[AM_CCASFLAGS="$AM_CCASFLAGS -DWOLFSSL_SM3"])
2737
2738
2739
if test "$ENABLED_INTELASM" = "yes"
wolfcrypt/src/sm3_asm.S
@@ -1,3 +1,13 @@
1
2
+#ifdef HAVE_CONFIG_H
3
+ #include <config.h>
4
+#endif
5
+
6
+#include <wolfssl/wolfcrypt/settings.h>
7
8
+#ifdef WOLFSSL_SM3
9
10
#error "Contact wolfSSL to get the implementation of this file"
11
12
13
0 commit comments