Have the directory reader use the Unix API on VMS
authorRichard Levitte <levitte@openssl.org>
Wed, 22 Feb 2017 17:12:04 +0000 (18:12 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 22 Feb 2017 17:18:52 +0000 (18:18 +0100)
commit90670b54c493c04c830ac38e9cfd7acf8fac4012
treecd10868851b6c772ffdaff9aa5676562cec44283
parent1415d31626f691d87ce513991d1b633fb464be72
Have the directory reader use the Unix API on VMS

opendir(), readdir() and closedir() have been available on VMS since
version 7.0.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2707)
(cherry picked from commit d8eaaf15356e1559f0f669b430b0d22b3514f8f0)
crypto/o_dir.c