ec/ecp_nistz256.c: harmonize with latest indent script.
[oweals/openssl.git] / crypto / bn / vms-helper.c
index 73af3370695be292fe24662fd30e5c3a7a9a77fc..ca6e5ba2e0424866b3de81e89458b147cca69bc3 100644 (file)
 
 bn_div_words_abort(int i)
 {
-#if !defined(NO_STDIO) && !defined(WIN16)
+#ifdef BN_DEBUG
+#if !defined(OPENSSL_NO_STDIO)
        fprintf(stderr,"Division would overflow (%d)\n",i);
 #endif
        abort();
+#endif
 }