LibPDF: Attempt to unecrypt strings and streams

This commit is contained in:
Matthew Olsson 2022-03-22 19:29:49 -07:00 committed by Andreas Kling
commit 4e81663b31
Notes: sideshowbarker 2024-07-17 16:35:06 +09:00
2 changed files with 22 additions and 8 deletions

View file

@ -146,6 +146,7 @@ private:
RefPtr<DictObject> m_trailer;
Optional<LinearizationDictionary> m_linearization_dictionary;
Vector<Reference> m_current_reference_stack;
bool m_disable_encryption { false };
};
};