Fix warning C4164 in MSVC.
authorjoe2018Outlookcom <joe_2018@Outlook.com>
Wed, 31 Jul 2019 05:46:02 +0000 (13:46 +0800)
committerMatt Caswell <matt@openssl.org>
Wed, 31 Jul 2019 16:25:33 +0000 (17:25 +0100)
commit0c789f59f117ccbb30ffc621216ba776117c7c61
treebf2522b1d8008b7f4eeb6c570de260467aa62c84
parent7408f6759f1b0100438ca236ea8f549454aaf2d5
Fix warning C4164 in MSVC.

Fix: crypto\whrlpool\wp_block.c(90) : warning C4164: '_rotl64' : intrinsic function not declared.
Fixes #9487

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9488)
crypto/whrlpool/wp_block.c