mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-03 15:17:29 +00:00
Return correct method for string encryption (fixes #227)
This commit is contained in:
parent
e1cd5891af
commit
1619cad1e8
@ -1396,7 +1396,7 @@ QPDF::isEncrypted(int& R, int& P, int& V,
|
|||||||
R = Rkey.getIntValue();
|
R = Rkey.getIntValue();
|
||||||
V = Vkey.getIntValue();
|
V = Vkey.getIntValue();
|
||||||
stream_method = this->m->cf_stream;
|
stream_method = this->m->cf_stream;
|
||||||
string_method = this->m->cf_stream;
|
string_method = this->m->cf_string;
|
||||||
file_method = this->m->cf_file;
|
file_method = this->m->cf_file;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user