From: Ulf Möller Date: Wed, 5 Nov 2003 17:28:25 +0000 (+0000) Subject: cleanup as discussed with Geoff X-Git-Tag: BEN_FIPS_TEST_4^2~11^2~35 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=2b96c95197dc1e85e5afa3da09ad280a6166f778;ds=inline cleanup as discussed with Geoff --- diff --git a/crypto/bn/bn.h b/crypto/bn/bn.h index d51c94f92f..5c648ea011 100644 --- a/crypto/bn/bn.h +++ b/crypto/bn/bn.h @@ -692,7 +692,7 @@ int RAND_pseudo_bytes(unsigned char *buf,int num); #else /* !BN_DEBUG */ -#define bn_check_top(a) do { ; } while(0) +#define bn_check_top(a) #define bn_fix_top(a) bn_correct_top(a) #endif