Exemple #1
0
static int ossltest_destroy(ENGINE *e)
{
    destroy_digests();
    destroy_ciphers();
    ERR_unload_OSSLTEST_strings();
    return 1;
}
Exemple #2
0
static int dasync_destroy(ENGINE *e)
{
    destroy_digests();
    destroy_ciphers();
    ERR_unload_DASYNC_strings();
    return 1;
}
Exemple #3
0
static int dasync_destroy(ENGINE *e)
{
    destroy_digests();
    destroy_ciphers();
    RSA_meth_free(dasync_rsa_method);
    ERR_unload_DASYNC_strings();
    return 1;
}