The OpenVMS library is most definitely not built for anything but
authorRichard Levitte <levitte@openssl.org>
Sat, 26 Feb 2000 03:53:58 +0000 (03:53 +0000)
committerRichard 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

index 272b0e32bc48b8e3189d84aa1b0690c4e8916bf3..e22beda097221b3e80e06ad3012b1bdb725aa6a0 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
                }