From: Andreas Steffen Date: Wed, 21 Feb 2007 23:08:35 +0000 (-0000) Subject: typo X-Git-Tag: 4.0.7~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ff95477e701532234302e0e6911507668dce44e;p=thirdparty%2Fstrongswan.git typo --- diff --git a/src/pluto/ike_alg.h b/src/pluto/ike_alg.h index 69a12cd437..19e2e591cb 100644 --- a/src/pluto/ike_alg.h +++ b/src/pluto/ike_alg.h @@ -86,7 +86,7 @@ extern const struct oakley_group_desc* ike_alg_pfsgroup(struct connection *c extern struct db_context * ike_alg_db_new(struct alg_info_ike *ai, lset_t policy); extern void ike_alg_list(void); extern void ike_alg_show_connection(struct connection *c, const char *instance); -extern bool ik_alg_test(void); +extern bool ike_alg_test(void); extern bool ike_alg_ok_final(u_int ealg, u_int key_len, u_int aalg, u_int group , struct alg_info_ike *alg_info_ike); extern int ike_alg_init(void);