cleanup as discussed with Geoff
authorUlf Möller <ulf@openssl.org>
Wed, 5 Nov 2003 17:28:25 +0000 (17:28 +0000)
committerUlf Möller <ulf@openssl.org>
Wed, 5 Nov 2003 17:28:25 +0000 (17:28 +0000)
crypto/bn/bn.h

index d51c94f92ff0c24bf1d039b6491c3ccabe7217b8..5c648ea01154e72d051e7163a3ca56e049edef2a 100644 (file)
@@ -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