summaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-04-13 15:41:11 +0000
committerAndy Polyakov <appro@openssl.org>2005-04-13 15:41:11 +0000
commit1bf955920a5262a41331032a3bd4ba721153cdff (patch)
tree978ea0a00647b0b0d28380a6a80d7febee32b13a /crypto/cryptlib.c
parent51d28013db89b6ebecd0c89bd7f527aeddda0a98 (diff)
Fix typos.
Diffstat (limited to 'crypto/cryptlib.c')
-rw-r--r--crypto/cryptlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index 717c030e4c..ef028a9276 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -600,7 +600,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;
}
}
@@ -663,7 +663,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;