Update copyright; generated files.
[openssl.git] / crypto / bn / vms-helper.c
index ca6e5ba2e0424866b3de81e89458b147cca69bc3..cb519c4ecabc35293cd3978d4d1c7a91fdded7ce 100644 (file)
@@ -1,4 +1,3 @@
-/* vms-helper.c */
 /* ====================================================================
  * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
  *
 /* ====================================================================
  * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
  *
@@ -7,7 +6,7 @@
  * are met:
  *
  * 1. Redistributions of source code must retain the above copyright
  * are met:
  *
  * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer. 
+ *    notice, this list of conditions and the following disclaimer.
  *
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in
  *
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in
  */
 
 #include <stdio.h>
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include "bn_lcl.h"
 
 bn_div_words_abort(int i)
 {
 #ifdef BN_DEBUG
 #include "bn_lcl.h"
 
 bn_div_words_abort(int i)
 {
 #ifdef BN_DEBUG
-#if !defined(OPENSSL_NO_STDIO)
-       fprintf(stderr,"Division would overflow (%d)\n",i);
-#endif
-       abort();
+# if !defined(OPENSSL_NO_STDIO)
+    fprintf(stderr, "Division would overflow (%d)\n", i);
+# endif
+    abort();
 #endif
 }
 #endif
 }