Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 in
[oweals/openssl.git] / crypto / rand / rand_win.c
index 7453fe589ea02b87718a06899925ba123e0ba314..5f71d2da2600eee32f5440bf3c6cfa3473f489ea 100644 (file)
@@ -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);