puto uses proposal_get_token() from libstrongswan
This commit is contained in:
+1
-5
@@ -399,17 +399,13 @@ void ike_alg_show_connection(struct connection *c, const char *instance)
|
||||
st = state_with_serialno(c->newest_isakmp_sa);
|
||||
if (st)
|
||||
whack_log(RC_COMMENT
|
||||
, "\"%s\"%s: IKE algorithm newest: %s_%d-%s-%s"
|
||||
, "\"%s\"%s: IKE algorithm newest: %s-%d/%s/%s"
|
||||
, c->name
|
||||
, instance
|
||||
, enum_show(&oakley_enc_names, st->st_oakley.encrypt)
|
||||
+7 /* strlen("OAKLEY_") */
|
||||
/* , st->st_oakley.encrypter->keydeflen */
|
||||
, st->st_oakley.enckeylen
|
||||
, enum_show(&oakley_hash_names, st->st_oakley.hash)
|
||||
+7 /* strlen("OAKLEY_") */
|
||||
, enum_show(&oakley_group_names, st->st_oakley.group->group)
|
||||
+13 /* strlen("OAKLEY_GROUP_") */
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user