summaryrefslogtreecommitdiff
path: root/lib/crypto/c_src/openssl_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/c_src/openssl_config.h')
-rw-r--r--lib/crypto/c_src/openssl_config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/crypto/c_src/openssl_config.h b/lib/crypto/c_src/openssl_config.h
index 454902f266..e356cf94fb 100644
--- a/lib/crypto/c_src/openssl_config.h
+++ b/lib/crypto/c_src/openssl_config.h
@@ -190,7 +190,14 @@
# ifdef NID_sha3_256
# define HAVE_SHA3_256
# endif
+# ifdef NID_shake128
+# define HAVE_SHAKE128
+# endif
+# ifdef NID_shake256
+# define HAVE_SHAKE256
+# endif
#endif
+
# ifdef NID_sha3_384
# define HAVE_SHA3_384
# endif