summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-07-18 13:48:13 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-02-19 15:29:34 +0100
commit50dc611a01de45e84ee84c18d71347ac6ec2890f (patch)
treefcbd9440ab0268143ef9be68b8197d9331b0037f /lib/Makefile.am
parent5d3cc78bd576e65f3017b28de2a89e0b8de6f57d (diff)
downloadgnutls-50dc611a01de45e84ee84c18d71347ac6ec2890f.tar.gz
handshake: introduced TLS 1.3 handshake client state machine outline
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 8ec5bcdb80..9134014273 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -65,7 +65,7 @@ SRP_COBJECTS = srp.c
PSK_COBJECTS = psk.c
-COBJECTS = range.c record.c compress.c debug.c cipher.c gthreads.h \
+COBJECTS = range.c record.c compress.c debug.c cipher.c gthreads.h handshake-tls13.c \
mbuffers.c buffers.c handshake.c num.c errors.c dh.c kx.c \
priority.c hash_int.c cipher_int.c session.c db.c x509_b64.c \
hello_ext.c auth.c sslv2_compat.c datum.c session_pack.c mpi.c \