CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2019/08/12 12:03:17

Modified files:
        usr.sbin/rpki-client: Makefile main.c 
        regress/usr.sbin/rpki-client: Makefile test-cert.c test-ip.c 
                                      test-mft.c test-roa.c test-tal.c 

Log message:
Stop pulling libssl into rpki-client.

None of this code actually does TLS, hence libssl is not needed. Instead,
pull in the correct headers and call the appropriate libcrypto
initialisation functions (even this is only necessary to support OpenSSL
prior to 1.1).

While here also remove libssl/libcrypto initialisation/uninitialisation
from main() - it should only be necessary in proc_parser().

ok deraadt@ job@

Reply via email to