summaryrefslogtreecommitdiff
path: root/src/include/openssl/ec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/openssl/ec.h')
-rw-r--r--src/include/openssl/ec.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/openssl/ec.h b/src/include/openssl/ec.h
index 2d005af6..e8a2db0a 100644
--- a/src/include/openssl/ec.h
+++ b/src/include/openssl/ec.h
@@ -121,10 +121,10 @@ OPENSSL_EXPORT const EC_GROUP *EC_group_p521(void);
// calling |EC_GROUP_free| is optional.
//
// The supported NIDs are:
-// NID_secp224r1 (P-224),
-// NID_X9_62_prime256v1 (P-256),
-// NID_secp384r1 (P-384),
-// NID_secp521r1 (P-521)
+// - |NID_secp224r1| (P-224)
+// - |NID_X9_62_prime256v1| (P-256)
+// - |NID_secp384r1| (P-384)
+// - |NID_secp521r1| (P-521)
//
// Calling this function causes all four curves to be linked into the binary.
// Prefer calling |EC_group_*| to allow the static linker to drop unused curves.