summaryrefslogtreecommitdiff
path: root/crypto/bn/vms-helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn/vms-helper.c')
-rw-r--r--crypto/bn/vms-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/vms-helper.c b/crypto/bn/vms-helper.c
index 0fa79c4ed..3da4622b1 100644
--- a/crypto/bn/vms-helper.c
+++ b/crypto/bn/vms-helper.c
@@ -60,7 +60,7 @@
bn_div_words_abort(int i)
{
#ifdef BN_DEBUG
-#if !defined(NO_STDIO) && !defined(WIN16)
+#if !defined(OPENSSL_NO_STDIO) && !defined(WIN16)
fprintf(stderr,"Division would overflow (%d)\n",i);
#endif
abort();