diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/starter/args.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/starter/args.c b/src/starter/args.c index f6fbd2d4e..a355a403f 100644 --- a/src/starter/args.c +++ b/src/starter/args.c @@ -112,6 +112,11 @@ static const char *LST_pfsgroup[] = { "modp4096", "modp6144", "modp8192", + "ecp192", + "ecp224", + "ecp256", + "ecp384", + "ecp521", NULL }; |