artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ced7e73
)
Include encoding.c
author
job
<job@openbsd.org>
Sun, 5 Sep 2021 10:45:40 +0000
(10:45 +0000)
committer
job
<job@openbsd.org>
Sun, 5 Sep 2021 10:45:40 +0000
(10:45 +0000)
Thanks patrick@
regress/usr.sbin/rpki-client/libressl/Makefile
patch
|
blob
|
history
diff --git
a/regress/usr.sbin/rpki-client/libressl/Makefile
b/regress/usr.sbin/rpki-client/libressl/Makefile
index
48a5eda
..
6339b14
100644
(file)
--- 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}