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:16:47 +0000 (18:16 +0100)
commitd8eaaf15356e1559f0f669b430b0d22b3514f8f0
treea4332d24790890d0e7ce4c88752c1c3cbc92de9e
parent65b3dff76b570dc0c893defa8014314c13c82c73
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)
crypto/o_dir.c