summaryrefslogtreecommitdiffstats
path: root/include/crypto/ecx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/ecx.h')
-rw-r--r--include/crypto/ecx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/crypto/ecx.h b/include/crypto/ecx.h
index e6b61b5a79..5ae38d7c9c 100644
--- a/include/crypto/ecx.h
+++ b/include/crypto/ecx.h
@@ -15,7 +15,7 @@
# include <openssl/opensslconf.h>
-# ifndef OPENSSL_NO_EC
+# ifndef OPENSSL_NO_ECX
# include <openssl/core.h>
# include <openssl/e_os2.h>
@@ -155,5 +155,5 @@ ECX_KEY *ossl_evp_pkey_get1_X25519(EVP_PKEY *pkey);
ECX_KEY *ossl_evp_pkey_get1_X448(EVP_PKEY *pkey);
ECX_KEY *ossl_evp_pkey_get1_ED25519(EVP_PKEY *pkey);
ECX_KEY *ossl_evp_pkey_get1_ED448(EVP_PKEY *pkey);
-# endif /* OPENSSL_NO_EC */
+# endif /* OPENSSL_NO_ECX */
#endif