From: Tobias Brunner Date: Mon, 18 Mar 2013 11:18:44 +0000 (+0100) Subject: Algorithms are not really specific to an IKE version X-Git-Tag: 5.0.3rc1~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cf79c1e9d56dcd02c4c0fcc4494c99356608394;p=thirdparty%2Fstrongswan.git Algorithms are not really specific to an IKE version But not all of them can be used with IKEv1. Fixes #314. --- diff --git a/src/libcharon/plugins/stroke/stroke_list.c b/src/libcharon/plugins/stroke/stroke_list.c index ab33933e2b..7f368148c5 100644 --- a/src/libcharon/plugins/stroke/stroke_list.c +++ b/src/libcharon/plugins/stroke/stroke_list.c @@ -1246,7 +1246,7 @@ static void list_algs(FILE *out) int len; fprintf(out, "\n"); - fprintf(out, "List of registered IKEv2 Algorithms:\n"); + fprintf(out, "List of registered IKE algorithms:\n"); fprintf(out, "\n encryption:"); len = 13; enumerator = lib->crypto->create_crypter_enumerator(lib->crypto);