projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51d2801
)
Fix typos.
author
Andy Polyakov
<appro@openssl.org>
Wed, 13 Apr 2005 15:41:11 +0000
(15:41 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Wed, 13 Apr 2005 15:41:11 +0000
(15:41 +0000)
crypto/cryptlib.c
patch
|
blob
|
history
diff --git
a/crypto/cryptlib.c
b/crypto/cryptlib.c
index 717c030e4c680ab6bf26d5caf42405fdff45c21c..ef028a92763e234dd1d52452fb2c6eb37bee31c3 100644
(file)
--- 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))
+ hi
n
stDLL!=(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;