diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-23 09:22:25 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-23 09:22:25 +0000 |
commit | 94852e75500422a2cacd70a6863b8876035f5e58 (patch) | |
tree | 368dd16c9d4a081aeffcb90cbb2b288ae8c374ce /Source/charon/testcases/diffie_hellman_test.h | |
parent | 8080fccbe939ebfab07d071aa9fe65f41420fa63 (diff) | |
download | strongswan-94852e75500422a2cacd70a6863b8876035f5e58.tar.bz2 strongswan-94852e75500422a2cacd70a6863b8876035f5e58.tar.xz |
- changed include paths
Diffstat (limited to 'Source/charon/testcases/diffie_hellman_test.h')
-rw-r--r-- | Source/charon/testcases/diffie_hellman_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/testcases/diffie_hellman_test.h b/Source/charon/testcases/diffie_hellman_test.h index f42de183f..fe3361a08 100644 --- a/Source/charon/testcases/diffie_hellman_test.h +++ b/Source/charon/testcases/diffie_hellman_test.h @@ -23,7 +23,7 @@ #ifndef DIFFIE_HELLMAN_TEST_H_ #define DIFFIE_HELLMAN_TEST_H_ -#include "../utils/tester.h" +#include <utils/tester.h> /** * @brief Test function used to test the diffie_hellman_t functionality |