From 5e788324c9fd320d7645d91a7606f0307d12d27b Mon Sep 17 00:00:00 2001 From: job Date: Sun, 5 Sep 2021 10:45:40 +0000 Subject: [PATCH] Include encoding.c Thanks patrick@ --- regress/usr.sbin/rpki-client/libressl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/usr.sbin/rpki-client/libressl/Makefile b/regress/usr.sbin/rpki-client/libressl/Makefile index 48a5eda6e28..6339b14381e 100644 --- a/regress/usr.sbin/rpki-client/libressl/Makefile +++ b/regress/usr.sbin/rpki-client/libressl/Makefile @@ -1,6 +1,6 @@ PROGS += test-http -SRCS_test-http= test-http.c http.c io.c +SRCS_test-http= test-http.c http.c io.c encoding.c LDADD_test-http+= -ltls -lssl -lcrypto -lutil DPADD_test-http+= ${LIBTLS} ${LIBSSL} ${LIBCRYPTO} ${LIBUTIL} -- 2.20.1