aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/testcases/prime_pool_test.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-12-07 15:53:34 +0000
committerMartin Willi <martin@strongswan.org>2005-12-07 15:53:34 +0000
commitc3903a186150e59610930f7acb07a544b8a86e72 (patch)
treee2d8c542f16a8d93f9c9d43e2ea31de869261e52 /Source/charon/testcases/prime_pool_test.h
parent0d43ad12dd3a882f83d4a80f591a4e51b4470845 (diff)
downloadstrongswan-c3903a186150e59610930f7acb07a544b8a86e72.tar.bz2
strongswan-c3903a186150e59610930f7acb07a544b8a86e72.tar.xz
- removed prime pool
Diffstat (limited to 'Source/charon/testcases/prime_pool_test.h')
-rw-r--r--Source/charon/testcases/prime_pool_test.h39
1 files changed, 0 insertions, 39 deletions
diff --git a/Source/charon/testcases/prime_pool_test.h b/Source/charon/testcases/prime_pool_test.h
deleted file mode 100644
index 899a08f9e..000000000
--- a/Source/charon/testcases/prime_pool_test.h
+++ /dev/null
@@ -1,39 +0,0 @@
-/**
- * @file prime_pool_test.h
- *
- * @brief Tests for the prime_pool_t class.
- *
- */
-
-/*
- * Copyright (C) 2005 Jan Hutter, Martin Willi
- * Hochschule fuer Technik Rapperswil
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- * for more details.
- */
-
-#ifndef PRIME_POOL_TEST_H
-#define PRIME_POOL_TEST_H
-
-#include <threads/prime_pool.h>
-#include <utils/tester.h>
-
-/**
- * @brief Test function used to test the prime_pool functionality.
- *
- * @param tester associated tester object
- *
- * @ingroup testcases
- */
-void test_prime_pool(protected_tester_t *tester);
-
-
-#endif /*PRIME_POOL_TEST_H*/