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:22:33 +0000 (11:22 +0200)
commit9150ca6017f8654e671bd7d7d1b494ce1ce3fa0d
tree7f1007d30a80d48c338f1e1e109005131f20ece2
parent2727265752c66690d79c4cbe6956746977b1df4c
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)

(cherry picked from commit 1ef526ef421febe50a105bb140d7e3a70bd76b61)
providers/implementations/rands/seeding/rand_vms.c