mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-06 02:27:15 +00:00
fixed randm if random MD5 support is not enabled
This commit is contained in:
parent
4077422ae2
commit
2fe778507a
@ -235,7 +235,7 @@ void magic_randomize(void) {
|
|||||||
|
|
||||||
if (!magic_randomized) {
|
if (!magic_randomized) {
|
||||||
magic_randomized = !0;
|
magic_randomized = !0;
|
||||||
magic_randominit();
|
magic_init();
|
||||||
/* The initialization function also updates the seed. */
|
/* The initialization function also updates the seed. */
|
||||||
} else {
|
} else {
|
||||||
/* magic_randomseed += (magic_randomseed << 16) + TM1; */
|
/* magic_randomseed += (magic_randomseed << 16) + TM1; */
|
||||||
|
Loading…
Reference in New Issue
Block a user