summaryrefslogtreecommitdiff
path: root/crypto/engine/hw_nuron.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/engine/hw_nuron.c')
-rw-r--r--crypto/engine/hw_nuron.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/engine/hw_nuron.c b/crypto/engine/hw_nuron.c
index 504febc1a1..5199a81305 100644
--- a/crypto/engine/hw_nuron.c
+++ b/crypto/engine/hw_nuron.c
@@ -64,8 +64,8 @@
#include <openssl/engine.h>
-#ifndef NO_HW
-#ifndef NO_HW_NURON
+#ifndef OPENSSL_NO_HW
+#ifndef OPENSSL_NO_HW_NURON
typedef int tfnModExp(BIGNUM *r,const BIGNUM *a,const BIGNUM *p,const BIGNUM *m);
static tfnModExp *pfnModExp = NULL;
@@ -282,5 +282,5 @@ ENGINE *ENGINE_nuron()
return &engine_nuron;
}
-#endif /* !NO_HW_NURON */
-#endif /* !NO_HW */
+#endif /* !OPENSSL_NO_HW_NURON */
+#endif /* !OPENSSL_NO_HW */