summaryrefslogtreecommitdiff
path: root/lib/ext/key_share.c
diff options
context:
space:
mode:
authorTom Vrancken <dev@tomvrancken.nl>2018-05-29 15:53:45 +0200
committerTom Vrancken <dev@tomvrancken.nl>2018-05-29 15:53:45 +0200
commit4937f7643e9803655661402f746897aa631c1957 (patch)
tree8fbc828c0a5b64812f85ad6abd67e3a0a08d0b70 /lib/ext/key_share.c
parent18577229613aceaebb4b060aebf7945a0380ef0f (diff)
downloadgnutls-4937f7643e9803655661402f746897aa631c1957.tar.gz
Renamed extension supported ECC to supported groups. Fixes #451.
Split combined ECC extensions into different files. Signed-off-by: Tom Vrancken <dev@tomvrancken.nl>
Diffstat (limited to 'lib/ext/key_share.c')
-rw-r--r--lib/ext/key_share.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ext/key_share.c b/lib/ext/key_share.c
index 5802e47679..98bb729131 100644
--- a/lib/ext/key_share.c
+++ b/lib/ext/key_share.c
@@ -26,7 +26,7 @@
#include "gnutls_int.h"
#include "errors.h"
#include "num.h"
-#include <ext/ecc.h>
+#include "ext/supported_groups.h"
#include <state.h>
#include <num.h>
#include <algorithms.h>