On Thu, Nov 04, 2021 at 08:24:41AM -0600, Claudio Jeker wrote:
> CVSROOT:      /cvs
> Module name:  src
> Changes by:   clau...@cvs.openbsd.org 2021/11/04 08:24:41
> 
> Modified files:
>       usr.sbin/rpki-client: extern.h http.c main.c 
> 
> Log message:
> Move and promote getmonotime() to an internal API function.

Here we go again:

cc -O2 -pipe  -I/home/src/regress/usr.sbin/rpki-client/libressl/.. 
-I/home/src/regress/usr.sbin/rpki-client/libressl/../../../../usr.sbin/rpki-client
  -MD -MP  -c /home/src/regress/usr.sbin/rpki-client/libressl/../dummy.c
==== run-regress-test-http ====
cc -O2 -pipe  -I/home/src/regress/usr.sbin/rpki-client/libressl/.. 
-I/home/src/regress/usr.sbin/rpki-client/libressl/../../../../usr.sbin/rpki-client
  -MD -MP  -c 
/home/src/regress/usr.sbin/rpki-client/libressl/../../../../usr.sbin/rpki-client/encoding.c
cc   -o test-http test-http.o http.o io.o encoding.o -ltls -lssl -lcrypto -lutil
ld: error: undefined symbol: getmonotime
>>> referenced by http.c
>>>               http.o:(proc_http)
>>> referenced by http.c
>>>               http.o:(proc_http)
>>> referenced by http.c
>>>               http.o:(http_done)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error 1 in libressl (<bsd.prog.mk>:99 'test-http')
FAILED

Reply via email to