Fixed ARIA self test failures under SunCC

pull/397/head
Jeffrey Walton 2017-05-22 04:34:57 -04:00
parent f40c55810d
commit bc40d36075
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ void ARIA::Base::UncheckedSetKey(const byte *key, unsigned int keylen, const Nam
rk = m_rk.data();
r = R; q = Q;
#if CRYPTOPP_ENABLE_ARIA_SSE2_INTRINSICS
#if CRYPTOPP_ENABLE_ARIA_SSE2_INTRINSICS && !defined(__SUNPRO_CC)
if (HasSSE2())
{
a=reinterpret_cast<word32*>(rk); s=m_w.data()+24; z=a+r*4;