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:
020d67f
)
Apparently '__top' is also risky, obfuscate further. (All this to
author
Geoff Thorpe
<geoff@openssl.org>
Wed, 22 Oct 2008 12:00:15 +0000
(12:00 +0000)
committer
Geoff Thorpe
<geoff@openssl.org>
Wed, 22 Oct 2008 12:00:15 +0000
(12:00 +0000)
avoid inlines...)
crypto/bn/bn.h
patch
|
blob
|
history
diff --git
a/crypto/bn/bn.h
b/crypto/bn/bn.h
index eedde6a016db715bb2351ccd26a35f7c7cc9eac8..2333682a1738364be61cc5874dc05f2576a0d657 100644
(file)
--- a/
crypto/bn/bn.h
+++ b/
crypto/bn/bn.h
@@
-752,12
+752,12
@@
int RAND_pseudo_bytes(unsigned char *buf,int num);
#define bn_correct_top(a) \
{ \
BN_ULONG *ftl; \
- int _
_top
= (a)->top; \
- if (_
_top
> 0) \
+ int _
t371q
= (a)->top; \
+ if (_
t371q
> 0) \
{ \
- for (ftl= &((a)->d[_
_top-1]); __top > 0; __top
--) \
+ for (ftl= &((a)->d[_
t371q-1]); _t371q > 0; _t371q
--) \
if (*(ftl--)) break; \
- (a)->top = _
_top
; \
+ (a)->top = _
t371q
; \
} \
bn_pollute(a); \
}