Fix typos.
This commit is contained in:
parent
89b1fd98ac
commit
5820d87a5f
1 changed files with 2 additions and 2 deletions
|
@ -503,7 +503,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason,
|
|||
nt_headers = (IMAGE_NT_HEADERS *)((char *)dos_header
|
||||
+ dos_header->e_lfanew);
|
||||
if (nt_headers->Signature==IMAGE_NT_SIGNATURE &&
|
||||
histDLL!=(HINSTANCE)(nt_headers->OptionalHeader.ImageBase))
|
||||
hinstDLL!=(HINSTANCE)(nt_headers->OptionalHeader.ImageBase))
|
||||
OPENSSL_NONPIC_relocated=1;
|
||||
}
|
||||
}
|
||||
|
@ -566,7 +566,7 @@ static int IsService(void)
|
|||
|
||||
void OPENSSL_showfatal (const char *fmta,...)
|
||||
{ va_list ap;
|
||||
TCHAR buf[256]
|
||||
TCHAR buf[256];
|
||||
const TCHAR *fmt;
|
||||
HANDLE h;
|
||||
|
||||
|
|
Loading…
Reference in a new issue