- fixed gmp initialization bugs

- fixed spi check bug in ike_sa_init_requested
This commit is contained in:
Martin Willi
2005-12-07 07:27:28 +00:00
parent dab28cedbd
commit 79b8aa1985
7 changed files with 35 additions and 16 deletions
+5 -2
View File
@@ -37,7 +37,10 @@ typedef struct ike_sa_manager_t ike_sa_manager_t;
* The manager also handles deletion of SAs.
*
* @todo checking of double-checkouts from the same threads would be nice.
* This could be by comparing thread-ids via pthread_self()...
* This could be done by comparing thread-ids via pthread_self()...
*
* @b Constructors:
* - ike_sa_manager_create()
*
* @ingroup sa
*/
@@ -129,7 +132,7 @@ struct ike_sa_manager_t {
/**
* @brief Create a manager
*
* @returns the created manager
* @returns ike_sa_manager_t object
*
* @ingroup sa
*/