MCPcopy Create free account
hub / github.com/SIPp/sipp / ~JLSRTP

Method ~JLSRTP

src/jlsrtp.cpp:3558–3563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3556}
3557
3558JLSRTP::~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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected