added missing comma in enumeration

This commit is contained in:
Andreas Steffen
2008-05-29 06:55:03 +00:00
parent 2e6749af0a
commit 0caf2b936e
2 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ ENUM_NEXT(diffie_hellman_group_names, MODP_2048_BIT, ECP_521_BIT, MODP_1536_BIT,
"MODP_3072_BIT",
"MODP_4096_BIT",
"MODP_6144_BIT",
"MODP_8192_BIT"
"MODP_8192_BIT",
"ECP_256_BIT",
"ECP_384_BIT",
"ECP_521_BIT");