| 3556 | } |
| 3557 | |
| 3558 | JLSRTP::~JLSRTP() |
| 3559 | { |
| 3560 | EVP_CIPHER_CTX_free(_cipherstate.cipher); |
| 3561 | EVP_CIPHER_CTX_free(_pseudorandomstate.cipher); |
| 3562 | RAND_cleanup(); |
| 3563 | } |
| 3564 | |
| 3565 | #else // !USE_OPENSSL && !USE_WOLFSSL |
| 3566 |
nothing calls this directly
no outgoing calls
no test coverage detected