Skip to content
Snippets Groups Projects
Commit 09a8564a authored by Tink Team's avatar Tink Team Committed by Tink Team
Browse files

don't try to compile/run the test either when SSE4 is unavailable

(it's #ifdef'ed out in aes_eax_aesni_test.{c,h} so test doesn't compile)

PiperOrigin-RevId: 214917122
GitOrigin-RevId: 434d8966fbf9c66c632c375c7fe8cc8e015aa48a
parent ce4240dc
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,9 @@
//
////////////////////////////////////////////////////////////////////////////////
#ifdef __SSE4_1__
#ifdef __AES__
#include "tink/subtle/aes_eax_aesni.h"
#include <string>
......@@ -268,3 +271,6 @@ TEST(AesEaxAesniTest, TestVectors) {
} // namespace subtle
} // namespace tink
} // namespace crypto
#endif // __AES__
#endif // __SSE4_1__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment