MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / SetAV15Encryption

Method SetAV15Encryption

Libraries/unrar/rdwrfn.cpp:297–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295
296#if !defined(SFX_MODULE) && !defined(RAR_NOCRYPT)
297void ComprDataIO::SetAV15Encryption()
298{
299 Decryption=true;
300 Decrypt->SetAV15Encryption();
301}
302#endif
303
304

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected