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:23 +0000 (18:18 +0100)
commit05361483e732b64e2e0a15da4e6ba97c3bbeeca0
treeca14daad05ee05572afc8dc2fea9fe61581b8b1e
parent8aa38789332b49ef3d33965649a4595b1bc33ac9
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