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:
25f350a
)
typo
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 8 Mar 2002 19:12:38 +0000
(19:12 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 8 Mar 2002 19:12:38 +0000
(19:12 +0000)
apps/apps.c
patch
|
blob
|
history
diff --git
a/apps/apps.c
b/apps/apps.c
index 34cd552eb538e65d16b018d57e926d3acb565670..f0c280c38d953a086775c6de386344d626cf00fe 100644
(file)
--- a/
apps/apps.c
+++ b/
apps/apps.c
@@
-333,7
+333,7
@@
void program_name(char *in, char *out, int size)
#ifdef OPENSSL_SYS_WIN32
int WIN32_rename(char *from, char *to)
{
- /* Windows rename gives an
d
error if 'to' exists, so delete it
+ /* Windows rename gives an error if 'to' exists, so delete it
* first and ignore file not found errror
*/
if((remove(to) != 0) && (errno != ENOENT))