qcrypto_uninit()

Updated: April 19, 2023

Un-initialize a library

Synopsis:

#include <qcrypto/qcrypto.h>
void qcrypto_uninit(void)

Library:

libqcrypto

Description:

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.