提交 ae7ec4c7 编写于 作者: G Geoff Thorpe

Apparently '__top' is also risky, obfuscate further. (All this to

avoid inlines...)
上级 020d67fb
...@@ -752,12 +752,12 @@ int RAND_pseudo_bytes(unsigned char *buf,int num); ...@@ -752,12 +752,12 @@ int RAND_pseudo_bytes(unsigned char *buf,int num);
#define bn_correct_top(a) \ #define bn_correct_top(a) \
{ \ { \
BN_ULONG *ftl; \ BN_ULONG *ftl; \
int __top = (a)->top; \ int _t371q = (a)->top; \
if (__top > 0) \ if (_t371q > 0) \
{ \ { \
for (ftl= &((a)->d[__top-1]); __top > 0; __top--) \ for (ftl= &((a)->d[_t371q-1]); _t371q > 0; _t371q--) \
if (*(ftl--)) break; \ if (*(ftl--)) break; \
(a)->top = __top; \ (a)->top = _t371q; \
} \ } \
bn_pollute(a); \ bn_pollute(a); \
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册