]> git.ipfire.org Git - thirdparty/openssl.git/commit
VMS: Compensate for compiler type incompatibility
authorRichard Levitte <levitte@openssl.org>
Mon, 6 Sep 2021 11:40:43 +0000 (13:40 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 7 Sep 2021 21:32:37 +0000 (23:32 +0200)
commit2e5cdbc18a1a26bfc817070a52689886fa0669c2
tree201b7418479fef769c086474723e0547e080e7f1
parented96022218e71efcf50c69cd6997ed85a2c37ffe
VMS: Compensate for compiler type incompatibility

The compiler says that 'unsigned long long' isn't the same as
'unsigned __int64'.  Sure, and considering that crypto/rand/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/15613)
crypto/rand/rand_vms.c