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:
a4c9668
)
Eliminate dependency on UNICODE macro.
author
Andy Polyakov
<appro@openssl.org>
Thu, 9 Dec 2004 18:00:26 +0000
(18:00 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 9 Dec 2004 18:00:26 +0000
(18:00 +0000)
apps/openssl.c
patch
|
blob
|
history
diff --git
a/apps/openssl.c
b/apps/openssl.c
index 9a9ef916531e0213358ba1067db8160bdb7e000c..eb101ff670cb99021cb1696217018f73ea3420e9 100644
(file)
--- a/
apps/openssl.c
+++ b/
apps/openssl.c
@@
-239,7
+239,7
@@
int main(int Argc, char *Argv[])
if(getenv("OPENSSL_FIPS")) {
#if defined(_WIN32)
char filename[MAX_PATH] = "";
- GetModuleFileName( NULL, filename, MAX_PATH) ;
+ GetModuleFileName
A
( NULL, filename, MAX_PATH) ;
p = filename;
#else
p = Argv[0];