support of CA-based ipsec policies

This commit is contained in:
Andreas Steffen
2007-05-18 12:25:37 +00:00
parent a11cd0a102
commit 6e04f25313
9 changed files with 224 additions and 119 deletions
+2 -1
View File
@@ -199,8 +199,9 @@ struct credential_store_t {
*
* @param this calling object
* @param ca_info ca info record to be added
* @return pointer to the added or already existing ca_info_t record
*/
void (*add_ca_info) (credential_store_t *this, ca_info_t *ca_info);
ca_info_t* (*add_ca_info) (credential_store_t *this, ca_info_t *ca_info);
/**
* @brief Release a ca info record with a given name.