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:32:16 +0000 (17:32 +0100)
commitca33a43fe21ace99a7e689f40a90e3ad42e794a0
treea4d12b0b2bfea5403a95ffd9a2bf8d930ca3143d
parentffc2b6373aabcdcfbb0ac725a00a907834202c4f
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)

(cherry picked from commit 0c789f59f117ccbb30ffc621216ba776117c7c61)
crypto/whrlpool/wp_block.c