aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndrew Zaborowski <andrew.zaborowski@intel.com>2019-01-04 02:26:31 +0100
committerDenis Kenzior <denkenz@gmail.com>2019-01-03 21:24:48 -0600
commit18797407ccbea7e0b85322330b5b97163b0f1beb (patch)
tree7056f4197e36e6daa5e3f1a8d52d0593555f0fb9 /Makefile.am
parent2336dd2820a43414a30e22f28a25f82fc2cc6bbc (diff)
tls: Implement the Supported Elliptic Curves extension
Defined in RFC 8422 5.1.1
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 84019725..297c3955 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -102,6 +102,7 @@ ell_libell_la_SOURCES = $(linux_headers) \
ell/tls-private.h \
ell/tls.c \
ell/tls-record.c \
+ ell/tls-extensions.c \
ell/uuid.c \
ell/key.c \
ell/pkcs5-private.h \