Loading apps/speed.c +1 −1 Original line number Diff line number Diff line Loading @@ -332,7 +332,7 @@ static double Time_F(int s) if (thr == NULL) { DWORD ret = GetLastError(); BIO_printf(bio_err, "unable to CreateThread (%d)", ret); ExitProcess(ret); TerminateProcess(GetCurrentProcess(), err); } CloseHandle(thr); /* detach the thread */ while (!schlock) Loading ms/uplink.c +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ static TCHAR msg[128]; static void unimplemented(void) { OPENSSL_showfatal(sizeof(TCHAR) == sizeof(char) ? "%s\n" : "%S\n", msg); ExitProcess(1); TerminateProcess(GetCurrentProcess(), 1); } void OPENSSL_Uplink(volatile void **table, int index) Loading Loading
apps/speed.c +1 −1 Original line number Diff line number Diff line Loading @@ -332,7 +332,7 @@ static double Time_F(int s) if (thr == NULL) { DWORD ret = GetLastError(); BIO_printf(bio_err, "unable to CreateThread (%d)", ret); ExitProcess(ret); TerminateProcess(GetCurrentProcess(), err); } CloseHandle(thr); /* detach the thread */ while (!schlock) Loading
ms/uplink.c +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ static TCHAR msg[128]; static void unimplemented(void) { OPENSSL_showfatal(sizeof(TCHAR) == sizeof(char) ? "%s\n" : "%S\n", msg); ExitProcess(1); TerminateProcess(GetCurrentProcess(), 1); } void OPENSSL_Uplink(volatile void **table, int index) Loading