Include encoding.c
authorjob <job@openbsd.org>
Sun, 5 Sep 2021 10:45:40 +0000 (10:45 +0000)
committerjob <job@openbsd.org>
Sun, 5 Sep 2021 10:45:40 +0000 (10:45 +0000)
Thanks patrick@

regress/usr.sbin/rpki-client/libressl/Makefile

index 48a5eda..6339b14 100644 (file)
@@ -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}