puto uses proposal_get_token() from libstrongswan
This commit is contained in:
@@ -65,13 +65,10 @@ extern int alg_info_esp_sadb2aa(int sadb_aalg);
|
||||
extern void alg_info_free(struct alg_info *alg_info);
|
||||
extern void alg_info_addref(struct alg_info *alg_info);
|
||||
extern void alg_info_delref(struct alg_info **alg_info);
|
||||
extern struct alg_info_esp* alg_info_esp_create_from_str(const char *alg_str
|
||||
, const char **err_p);
|
||||
extern struct alg_info_ike* alg_info_ike_create_from_str(const char *alg_str
|
||||
, const char **err_p);
|
||||
extern struct alg_info_esp* alg_info_esp_create_from_str(char *alg_str);
|
||||
extern struct alg_info_ike* alg_info_ike_create_from_str(char *alg_str);
|
||||
extern int alg_info_parse(const char *str);
|
||||
extern int alg_info_snprint(char *buf, int buflen
|
||||
, struct alg_info *alg_info);
|
||||
extern int alg_info_snprint(char *buf, int buflen, struct alg_info *alg_info);
|
||||
extern int alg_info_snprint_esp(char *buf, int buflen
|
||||
, struct alg_info_esp *alg_info);
|
||||
extern int alg_info_snprint_ike(char *buf, int buflen
|
||||
|
||||
Reference in New Issue
Block a user