From 1bf955920a5262a41331032a3bd4ba721153cdff Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Wed, 13 Apr 2005 15:41:11 +0000 Subject: Fix typos. --- crypto/cryptlib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/cryptlib.c') 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; -- cgit v1.2.3