This commit completes recent modular exponentiation optimizations on
[openssl.git] / crypto / bn / vms-helper.c
index 0fa79c4edb55ab7c1dd2c9a976659c2ced0d3a96..4b63149bf3eb4b27f5665c50a892f2c54acd76c4 100644 (file)
@@ -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(OPENSSL_SYS_WIN16)
        fprintf(stderr,"Division would overflow (%d)\n",i);
 #endif
        abort();