diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-07-26 14:26:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-07-26 16:38:05 +0100 |
commit | 23826a28f421d82898cf52a894f6e11ca6ae1fc0 (patch) | |
tree | 4176a423e89cd190fc796831dba5f9cd28bee8fc /unotest/inc | |
parent | 2584a460b5e560fce8719879414311b16b2c63d9 (diff) |
use EDB as well as CVE as encrypted prefixes
Change-Id: I3cb1e4d736ca1627cb0716a9c17ff11b5a837264
Diffstat (limited to 'unotest/inc')
-rw-r--r-- | unotest/inc/unotest/filters-test.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unotest/inc/unotest/filters-test.hxx b/unotest/inc/unotest/filters-test.hxx index ab44d8170da2..73cfbe32e362 100644 --- a/unotest/inc/unotest/filters-test.hxx +++ b/unotest/inc/unotest/filters-test.hxx @@ -40,8 +40,9 @@ enum filterStatus }; /* - * NOTE, any files beginning with CVE- will be assumed to be encrypted using - * arcfour with key 0x435645, this is to silence panicky virus/malware-checkers + * NOTE, any files beginning with CVE- or EDB- will be assumed to be encrypted + * using arcfour with key 0x435645, this is to silence panicky + * virus/malware-checkers * * e.g. m[de]crypt --bare -a arcfour -o hex -k 435645 -s 3 */ |