From bc990adca934a607a235916cd96ac63528dbd17e Mon Sep 17 00:00:00 2001 From: Bartlomiej Grzelewski Date: Thu, 16 Oct 2014 15:20:41 +0200 Subject: [PATCH] Fix build break on tizen.org platform. Change-Id: I50022f54790b4036a045f95767ced1a3f1c07bf9 --- tests/test_common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_common.h b/tests/test_common.h index 83234f1..5a6279c 100644 --- a/tests/test_common.h +++ b/tests/test_common.h @@ -17,7 +17,9 @@ private: }; // mirrors the API-defined value +#ifndef AES_GCM_TAG_SIZE #define AES_GCM_TAG_SIZE 16 +#endif CKM::RawBuffer createDefaultPass(); CKM::RawBuffer createBigBlob(std::size_t size); -- 2.7.4