예제 #1
0
static int ossltest_destroy(ENGINE *e)
{
    destroy_digests();
    destroy_ciphers();
    ERR_unload_OSSLTEST_strings();
    return 1;
}
예제 #2
0
파일: e_dasync.c 프로젝트: AnClark/openssl
static int dasync_destroy(ENGINE *e)
{
    destroy_digests();
    destroy_ciphers();
    ERR_unload_DASYNC_strings();
    return 1;
}
예제 #3
0
파일: e_dasync.c 프로젝트: 1234-/openssl
static int dasync_destroy(ENGINE *e)
{
    destroy_digests();
    destroy_ciphers();
    RSA_meth_free(dasync_rsa_method);
    ERR_unload_DASYNC_strings();
    return 1;
}