Skip to content

Commit

Permalink
Rename cipher plain to none
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed May 7, 2020
1 parent 053206d commit d81638a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="enc_method_entry" translatable="false">
<item>PLAIN</item>
<item>NONE</item>
<item>RC4-MD5</item>
<item>AES-128-CFB</item>
<item>AES-192-CFB</item>
Expand All @@ -24,7 +24,7 @@
</string-array>

<string-array name="enc_method_value" translatable="false">
<item>plain</item>
<item>none</item>
<item>rc4-md5</item>
<item>aes-128-cfb</item>
<item>aes-192-cfb</item>
Expand Down

0 comments on commit d81638a

Please sign in to comment.