Exemplo n.º 1
0
static int ossltest_destroy(ENGINE *e)
{
    destroy_digests();
    destroy_ciphers();
    ERR_unload_OSSLTEST_strings();
    return 1;
}
Exemplo n.º 2
0
static int dasync_destroy(ENGINE *e)
{
    destroy_digests();
    destroy_ciphers();
    ERR_unload_DASYNC_strings();
    return 1;
}
Exemplo n.º 3
0
static int dasync_destroy(ENGINE *e)
{
    destroy_digests();
    destroy_ciphers();
    RSA_meth_free(dasync_rsa_method);
    ERR_unload_DASYNC_strings();
    return 1;
}