summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-02-26 03:53:58 +0000
committerRichard Levitte <levitte@openssl.org>2000-02-26 03:53:58 +0000
commitcb464c38b2822087cf42c537831f1d363c1af5a8 (patch)
tree98b9e873969d18b182486a8f7ca06eb6f7920996 /apps
parent9a5a7401e93378986e2fbbf8c25c146b2a3ea0cc (diff)
The OpenVMS library is most definitely not built for anything but
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.
Diffstat (limited to 'apps')
-rw-r--r--apps/ca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ca.c b/apps/ca.c
index 272b0e32bc..e22beda097 100644
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -603,7 +603,6 @@ bad:
perror(outdir);
goto err;
}
-#endif
if (stat(outdir,&sb) != 0)
{
@@ -619,6 +618,7 @@ bad:
goto err;
}
#endif
+#endif
}
/*****************************************************************/