Windows, VMS: build fixes
authorRichard Levitte <levitte@openssl.org>
Tue, 19 Mar 2019 13:43:31 +0000 (14:43 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 29 Mar 2019 11:52:58 +0000 (12:52 +0100)
commitd88736df4d19521664ebb125ff66e0d7b085a53c
tree8d4d0b80732b563c92cebc78876740acd0b90a2e
parent72962d025f875ac35114ac090b878ee18b246144
Windows, VMS: build fixes

The naming of generated assembler wasn't done quite right.  There are
assembler files that are generated from a perl script, and there are
those who are not.  Only the former must be renamed to the platform
specific asm extension.

Furthermore, we need to make sure that 'OSSL_provider_init' isn't case
sensitive on VMS, to allow for the least surprise for provider
builders.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8529)
Configurations/descrip.mms.tmpl
Configurations/windows-makefile.tmpl
include/openssl/core.h