| 295 | |
| 296 | #if !defined(SFX_MODULE) && !defined(RAR_NOCRYPT) |
| 297 | void ComprDataIO::SetAV15Encryption() |
| 298 | { |
| 299 | Decryption=true; |
| 300 | Decrypt->SetAV15Encryption(); |
| 301 | } |
| 302 | #endif |
| 303 | |
| 304 |
nothing calls this directly
no outgoing calls
no test coverage detected