Updated: October 28, 2024 |
Un-initialize a library
#include <qcrypto/qcrypto.h>
void qcrypto_uninit(void)
This function unloads all plugins and performs general cleanup. After it is called, no qcrypto library handles can be used or freed.
If a process calls qcrypto_init() multiple times, to successfully unload all plugins it must call qcrypto_uninit() the same number of times.