CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2020/04/16 11:01:01
Modified files: usr.sbin/rpki-client: main.c Log message: remove the libcrypto cleanup before exit. Most of the functions are officially deprecated and even if not exit(3) will take care of freeing all that memory anyway. Non of the functions do any cleanup beyond simple memory deallocation. OK benno@ deraadt@