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:
@@ -1246,7 +1246,7 @@ static void list_algs(FILE *out)
|
|||||||
int len;
|
int len;
|
||||||
|
|
||||||
fprintf(out, "\n");
|
fprintf(out, "\n");
|
||||||
fprintf(out, "List of registered IKEv2 Algorithms:\n");
|
fprintf(out, "List of registered IKE algorithms:\n");
|
||||||
fprintf(out, "\n encryption:");
|
fprintf(out, "\n encryption:");
|
||||||
len = 13;
|
len = 13;
|
||||||
enumerator = lib->crypto->create_crypter_enumerator(lib->crypto);
|
enumerator = lib->crypto->create_crypter_enumerator(lib->crypto);
|
||||||
|
|||||||
Reference in New Issue
Block a user