Example #1
0
int openssl_destroy(ENGINE *e)
{
    test_sha_md_destroy();
    test_r4_cipher_destroy();
    test_r4_40_cipher_destroy();
    return 1;
}
Example #2
0
int openssl_destroy(ENGINE *e)
{
    test_sha_md_destroy();
#ifdef TEST_ENG_OPENSSL_RC4
    test_r4_cipher_destroy();
    test_r4_40_cipher_destroy();
#endif
    return 1;
}