projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5f1c7b
)
cleanup as discussed with Geoff
author
Ulf Möller
<ulf@openssl.org>
Wed, 5 Nov 2003 17:28:25 +0000
(17:28 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Wed, 5 Nov 2003 17:28:25 +0000
(17:28 +0000)
crypto/bn/bn.h
patch
|
blob
|
history
diff --git
a/crypto/bn/bn.h
b/crypto/bn/bn.h
index d51c94f92ff0c24bf1d039b6491c3ccabe7217b8..5c648ea01154e72d051e7163a3ca56e049edef2a 100644
(file)
--- 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