From 7f45db27db87c9570af0541d7989412f966f1fbf Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sun, 26 Jan 2020 12:20:56 +1100 Subject: tls13_error.c was recently added upstream. Fixes link error when building. --- ssl/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/ssl/Makefile.am b/ssl/Makefile.am index 2651181..b4d549d 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am @@ -56,6 +56,7 @@ libssl_la_SOURCES += tls13_lib.c libssl_la_SOURCES += tls13_record.c libssl_la_SOURCES += tls13_record_layer.c libssl_la_SOURCES += tls13_server.c +libssl_la_SOURCES += tls13_error.c noinst_HEADERS = bytestring.h noinst_HEADERS += srtp.h -- cgit v1.2.3-55-g6feb