On VMS, massage the fetch file names to remove the generation number
authorRichard Levitte <levitte@openssl.org>
Thu, 23 Feb 2017 00:45:04 +0000 (01:45 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 23 Feb 2017 01:19:55 +0000 (02:19 +0100)
commit39aceac320a1561d50c7d71ac2560aec7ab8eddb
tree974a781946570f1474a0a7cc0491c87ce88f945f
parent341de5f1997d21b60cee69be656f1ae709bccdac
On VMS, massage the fetch file names to remove the generation number

The generation number is ';nnn' at the end of the file name fetched
with readdir().  Because rehash checks for specific extensions and
doesn't expect an additional generation number, the easiest is to
massage the received file name early by simply removing the generation
number.

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