From bc40d3607565f53af732e1c01d2b3e22ed837432 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 22 May 2017 04:34:57 -0400 Subject: [PATCH] Fixed ARIA self test failures under SunCC --- aria.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aria.cpp b/aria.cpp index 8e2a561b..bfa9ab07 100644 --- a/aria.cpp +++ b/aria.cpp @@ -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(rk); s=m_w.data()+24; z=a+r*4;