VMS: Compensate for x86_64 cross compiler type incompatibility
authorRichard Levitte <levitte@openssl.org>
Thu, 2 Sep 2021 11:10:33 +0000 (13:10 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 3 Sep 2021 09:19:36 +0000 (11:19 +0200)
commit1ef526ef421febe50a105bb140d7e3a70bd76b61
tree58e8d7d3f7fb66bf742f3187b773f301e5fbcfb3
parent37ceb9b17561554256fb60eb73e9dec418132b29
VMS: Compensate for x86_64 cross compiler type incompatibility

The x86_64 cross compiler says that 'unsigned long long' isn't the
same as 'unsigned __int64'.  Sure, and considering that
providers/implementations/rands/seeding/rand_vms.c is specific VMS
only code, it's easy to just change the type to the exact same as
what's specified in the system headers.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16497)
providers/implementations/rands/seeding/rand_vms.c