Linux on Alpha has the configuration name linux-alpha-gcc, not
[openssl.git] / crypto / bn / vms-helper.c
index 73af3370695be292fe24662fd30e5c3a7a9a77fc..0fa79c4edb55ab7c1dd2c9a976659c2ced0d3a96 100644 (file)
 
 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
 }