Algorithms are not really specific to an IKE version

But not all of them can be used with IKEv1.

Fixes #314.
This commit is contained in:
Tobias Brunner
2013-03-18 12:20:47 +01:00
parent 96776d6f77
commit 6cf79c1e9d
+1 -1
View File
@@ -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);