From: Dr. Stephen Henson Date: Sat, 10 Mar 2001 01:57:38 +0000 (+0000) Subject: Typo. X-Git-Tag: OpenSSL_0_9_6a-beta2~17^2~29 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=40e15f9d78fef1b3d4295a2b55e61a8c3556c1fe;p=oweals%2Fopenssl.git Typo. --- diff --git a/crypto/rand/rand_win.c b/crypto/rand/rand_win.c index 7453fe589e..5f71d2da26 100644 --- a/crypto/rand/rand_win.c +++ b/crypto/rand/rand_win.c @@ -583,7 +583,7 @@ static void readtimer(void) __try { __asm { _emit 0x0f - _emix 0x31 + _emit 0x31 mov cyclecount, eax } RAND_add(&cyclecount, sizeof(cyclecount), 1);