From: Richard Levitte Date: Sat, 26 Feb 2000 03:53:58 +0000 (+0000) Subject: The OpenVMS library is most definitely not built for anything but X-Git-Tag: OpenSSL_0_9_5beta2~28 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cb464c38b2822087cf42c537831f1d363c1af5a8;p=oweals%2Fopenssl.git 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. --- 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) { @@ -618,6 +617,7 @@ bad: perror(outdir); goto err; } +#endif #endif }