Remove the access() call altogether for VMS, since it doesn't quite
authorRichard Levitte <levitte@openssl.org>
Tue, 15 Feb 2000 09:44:54 +0000 (09:44 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 15 Feb 2000 09:44:54 +0000 (09:44 +0000)
commit207c7df746ca5c3cad6ce71e6cf2263d4183d8be
treea074c06442b0c6e8ce4313152feba99a349654df
parent5f5b8d2bcd2da446a66a3756ca6bc88c1134e62b
Remove the access() call altogether for VMS, since it doesn't quite
work for directory specifications (this will be reported as a bug to
DEC^H^H^HCompaq).  It could as well be removed for all others as well,
since stat() and open() will return appropriate errors as well, but I
leave that to someone else to decide.
apps/ca.c