| 304 | |
| 305 | #if !defined(SFX_MODULE) && !defined(RAR_NOCRYPT) |
| 306 | void ComprDataIO::SetCmt13Encryption() |
| 307 | { |
| 308 | Decryption=true; |
| 309 | Decrypt->SetCmt13Encryption(); |
| 310 | } |
| 311 | #endif |
| 312 | |
| 313 |
nothing calls this directly
no outgoing calls
no test coverage detected