aboutsummaryrefslogtreecommitdiff
path: root/crypto/rand/rand_win.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-03-10 01:57:38 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-03-10 01:57:38 +0000
commit40e15f9d78fef1b3d4295a2b55e61a8c3556c1fe (patch)
treefdb6c79ce82ca79d2a9a64b4420516de7f5381d9 /crypto/rand/rand_win.c
parentb4f682d32fb8bf375fd0c8edce6d113dfdf1c6ba (diff)
downloadopenssl-40e15f9d78fef1b3d4295a2b55e61a8c3556c1fe.zip
openssl-40e15f9d78fef1b3d4295a2b55e61a8c3556c1fe.tar.gz
openssl-40e15f9d78fef1b3d4295a2b55e61a8c3556c1fe.tar.bz2
Typo.
Diffstat (limited to 'crypto/rand/rand_win.c')
-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 7453fe5..5f71d2d 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);