summaryrefslogtreecommitdiffstats
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, 2 insertions, 0 deletions
diff --git a/crypto/bn/vms-helper.c b/crypto/bn/vms-helper.c
index 73af337069..0fa79c4edb 100644
--- a/crypto/bn/vms-helper.c
+++ b/crypto/bn/vms-helper.c
@@ -59,8 +59,10 @@
bn_div_words_abort(int i)
{
+#ifdef BN_DEBUG
#if !defined(NO_STDIO) && !defined(WIN16)
fprintf(stderr,"Division would overflow (%d)\n",i);
#endif
abort();
+#endif
}