summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-06-15 13:50:54 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-06-15 13:50:54 +0200
commitf769306b23f1c1ba66d43ece81128e46c8469846 (patch)
treee524c8f8a92cf1aef3f71a8355dd95c9d62495e1
parent032efb86102703eb0db3c9fa930622f28d2432b1 (diff)
downloadgnutls-f769306b23f1c1ba66d43ece81128e46c8469846.tar.gz
ext: ecc: replaced SUPPORTED ECC POINT FORMATS with better formatted name
-rw-r--r--lib/ext/ecc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ext/ecc.c b/lib/ext/ecc.c
index 62ca042e1a..e1393419b9 100644
--- a/lib/ext/ecc.c
+++ b/lib/ext/ecc.c
@@ -58,7 +58,7 @@ const extension_entry_st ext_mod_supported_ecc = {
};
const extension_entry_st ext_mod_supported_ecc_pf = {
- .name = "SUPPORTED ECC POINT FORMATS",
+ .name = "Supported ECC Point Formats",
.type = GNUTLS_EXTENSION_SUPPORTED_ECC_PF,
.parse_type = GNUTLS_EXT_TLS,