From 142e22641e8479d42b6af12c0a30ccaa335c0cbf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Sat, 10 Mar 2001 04:29:05 +0000 Subject: [PATCH] doh --- crypto/rand/rand_win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/rand/rand_win.c b/crypto/rand/rand_win.c index 1068534625..dbd82b3686 100644 --- a/crypto/rand/rand_win.c +++ b/crypto/rand/rand_win.c @@ -578,7 +578,7 @@ static void readtimer(void) __try { __asm { _emit 0x0f - _emix 0x31 + _emit 0x31 mov cyclecount, eax } RAND_add(&cyclecount, sizeof(cyclecount), 1); -- 2.25.1