diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2001-03-10 02:57:38 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2001-03-10 02:57:38 +0100 |
commit | 40e15f9d78fef1b3d4295a2b55e61a8c3556c1fe (patch) | |
tree | fdb6c79ce82ca79d2a9a64b4420516de7f5381d9 /crypto/rand | |
parent | Add the 'ec' directory to mkdef.pl and mkfiles.pl (diff) | |
download | openssl-40e15f9d78fef1b3d4295a2b55e61a8c3556c1fe.tar.xz openssl-40e15f9d78fef1b3d4295a2b55e61a8c3556c1fe.zip |
Typo.
Diffstat (limited to 'crypto/rand')
-rw-r--r-- | crypto/rand/rand_win.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |