X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2Fvms-helper.c;h=cb519c4ecabc35293cd3978d4d1c7a91fdded7ce;hp=ca6e5ba2e0424866b3de81e89458b147cca69bc3;hb=3fb2cf1ad19feaf6f7c571b49bd9e320eb4daf31;hpb=6d23cf97443bfedf755341b4f2d0d7fce254e020 diff --git a/crypto/bn/vms-helper.c b/crypto/bn/vms-helper.c index ca6e5ba2e0..cb519c4eca 100644 --- a/crypto/bn/vms-helper.c +++ b/crypto/bn/vms-helper.c @@ -1,4 +1,3 @@ -/* vms-helper.c */ /* ==================================================================== * 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 - * 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 @@ -54,15 +53,15 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #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 }