commit | ce2f2376975bc691a9a62d5f0505b1585fcbf8e6 | [log] [tgz] |
---|---|---|
author | Rich Evans <rich.evans@arm.com> | Fri Feb 06 13:57:42 2015 +0000 |
committer | Rich Evans <rich.evans@arm.com> | Tue Feb 10 11:28:46 2015 +0000 |
tree | 9a6ff98d41c1138e0746da0445df170e48c7e3c2 | |
parent | 00ab47026bde24fca88362dab620c6ff835606ac [diff] [blame] |
change test function includes to use one convention
diff --git a/tests/suites/test_suite_cipher.function b/tests/suites/test_suite_cipher.function index 2bc1ef9..448bfcc 100644 --- a/tests/suites/test_suite_cipher.function +++ b/tests/suites/test_suite_cipher.function
@@ -1,8 +1,8 @@ /* BEGIN_HEADER */ -#include <polarssl/cipher.h> +#include "polarssl/cipher.h" #if defined(POLARSSL_GCM_C) -#include <polarssl/gcm.h> +#include "polarssl/gcm.h" #endif /* END_HEADER */