On Sat, Oct 23, 2021 at 02:01:16PM -0600, Claudio Jeker wrote:
> CVSROOT:      /cvs
> Module name:  src
> Changes by:   [email protected] 2021/10/23 14:01:16
> 
> Modified files:
>       usr.sbin/rpki-client: extern.h http.c io.c main.c parser.c 
>                             rrdp.c rsync.c 
> 
> Log message:
> Rename io_buf_new to io_new_buffer and io_buf_close to io_close_buffer.
> With this the write functions are all of the form io_xyz_buffer.
> Remove some prototypes of functions I forgot to remove in previous commit.
> OK benno@

test-http needs to be updated as well:

        cc   -o test-http test-http.o http.o io.o encoding.o -ltls -lssl 
-lcrypto -lutil
        ld: error: undefined symbol: io_buf_new
        >>> referenced by test-http.c
        >>>               test-http.o:(main)

        ld: error: undefined symbol: io_buf_close
        >>> referenced by test-http.c
        >>>               test-http.o:(main)
        cc: error: linker command failed with exit code 1 (use -v to see 
invocation)
        *** Error 1 in /home/src/regress/usr.sbin/rpki-client/libressl 
(<bsd.prog.mk>:99 'test-http')

Reply via email to