commit | 39aceac320a1561d50c7d71ac2560aec7ab8eddb | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Thu Feb 23 01:45:04 2017 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Thu Feb 23 02:19:55 2017 +0100 |
tree | 974a781946570f1474a0a7cc0491c87ce88f945f | |
parent | 341de5f1997d21b60cee69be656f1ae709bccdac [diff] |
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)