From 2b96c95197dc1e85e5afa3da09ad280a6166f778 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Wed, 5 Nov 2003 17:28:25 +0000 Subject: [PATCH] cleanup as discussed with Geoff --- crypto/bn/bn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1