openssl rehash: no more need to massage the files on VMS
authorRichard Levitte <levitte@openssl.org>
Mon, 12 Mar 2018 22:02:18 +0000 (23:02 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 12 Mar 2018 22:02:18 +0000 (23:02 +0100)
commitd3bc941df4142be4042e78ab9ba07fb296c424d1
tree68028c3312c7fa4d41f9f8c78b7193bd46d3ab52
parenta5829ae282f47c39d1dd0642e4a84c0a6f3d80f4
openssl rehash: no more need to massage the files on VMS

OPENSSL_DIR_read() now returns unique file names on VMS, no generation
number.  We therefore do not need to handle that case in apps/rehash.c
any more.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5602)
apps/rehash.c