Loading crypto/rand/rand_win.c +2 −1 Original line number Diff line number Diff line Loading @@ -577,7 +577,8 @@ static void readtimer(void) if (have_tsc) { __try { __asm { rdtsc _emit 0x0f _emix 0x31 mov cyclecount, eax } RAND_add(&cyclecount, sizeof(cyclecount), 1); Loading Loading
crypto/rand/rand_win.c +2 −1 Original line number Diff line number Diff line Loading @@ -577,7 +577,8 @@ static void readtimer(void) if (have_tsc) { __try { __asm { rdtsc _emit 0x0f _emix 0x31 mov cyclecount, eax } RAND_add(&cyclecount, sizeof(cyclecount), 1); Loading