summaryrefslogtreecommitdiffstats
path: root/crypto/rand
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2001-03-10 04:29:05 +0000
committerUlf Möller <ulf@openssl.org>2001-03-10 04:29:05 +0000
commit142e22641e8479d42b6af12c0a30ccaa335c0cbf (patch)
treee7a81210e07cf5c4ced009ab10363b9756fc30eb /crypto/rand
parentb9cc6148f4677bbb5c0ab3f1a787e971ab1eaca4 (diff)
doh
Diffstat (limited to 'crypto/rand')
-rw-r--r--crypto/rand/rand_win.c2
1 files changed, 1 insertions, 1 deletions
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);