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:
f252092
)
Fix typos in apps/apps.c.
author
Andy Polyakov
<appro@openssl.org>
Mon, 27 Jun 2005 16:00:57 +0000
(16:00 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Mon, 27 Jun 2005 16:00:57 +0000
(16:00 +0000)
apps/apps.c
patch
|
blob
|
history
diff --git
a/apps/apps.c
b/apps/apps.c
index 9157cdfcdca9186472f2a1bd585ecf2888e90792..d646caa3535511144102ee1c07d4a9926bd53b8e 100644
(file)
--- a/
apps/apps.c
+++ b/
apps/apps.c
@@
-1591,8
+1591,9
@@
int rotate_serial(char *serialfile, char *new_suffix, char *old_suffix)
{
if (errno != ENOENT
#ifdef ENOTDIR
- && errno != ENOTDIR
)
+ && errno != ENOTDIR
#endif
+ )
goto err;
}
else
@@
-1893,8
+1894,9
@@
int rotate_index(char *dbfile, char *new_suffix, char *old_suffix)
{
if (errno != ENOENT
#ifdef ENOTDIR
- && errno != ENOTDIR
)
+ && errno != ENOTDIR
#endif
+ )
goto err;
}
else
@@
-1929,8
+1931,9
@@
int rotate_index(char *dbfile, char *new_suffix, char *old_suffix)
{
if (errno != ENOENT
#ifdef ENOTDIR
- && errno != ENOTDIR
)
+ && errno != ENOTDIR
#endif
+ )
goto err;
}
else