projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a5a740
)
The OpenVMS library is most definitely not built for anything but
author
Richard Levitte
<levitte@openssl.org>
Sat, 26 Feb 2000 03:53:58 +0000
(
03:53
+0000)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 26 Feb 2000 03:53:58 +0000
(
03:53
+0000)
files, unless it's all in unixly syntax. We can't guarantee that
right now, so let's skip the whole test suit. There are other places
(like the open()) where errors are detected anyway.
apps/ca.c
patch
|
blob
|
history
diff --git
a/apps/ca.c
b/apps/ca.c
index
272b0e3
..
e22beda
100644
(file)
--- a/
apps/ca.c
+++ b/
apps/ca.c
@@
-603,7
+603,6
@@
bad:
perror(outdir);
goto err;
}
-#endif
if (stat(outdir,&sb) != 0)
{
@@
-618,6
+617,7
@@
bad:
perror(outdir);
goto err;
}
+#endif
#endif
}