mirror of
https://github.com/openssl/openssl.git
synced 2024-11-25 02:53:30 +08:00
cleanup as discussed with Geoff
This commit is contained in:
parent
c5f1c7b4d8
commit
2b96c95197
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user