summaryrefslogtreecommitdiffstats
path: root/crypto/bn
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2003-11-05 17:28:25 +0000
committerUlf Möller <ulf@openssl.org>2003-11-05 17:28:25 +0000
commit2b96c95197dc1e85e5afa3da09ad280a6166f778 (patch)
treececcb12c30048c77cdc18766d123110ea7f24664 /crypto/bn
parentc5f1c7b4d89956066ed0c6e6d1fc9d8a1496dc9f (diff)
cleanup as discussed with Geoff
Diffstat (limited to 'crypto/bn')
-rw-r--r--crypto/bn/bn.h2
1 files changed, 1 insertions, 1 deletions
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