consolidate: first draft

This commit is contained in:
Vincent Breitmoser
2014-06-16 23:52:06 +02:00
parent adf15d4d16
commit b4974d922e
2 changed files with 115 additions and 4 deletions

View File

@@ -285,7 +285,7 @@ public class ProviderHelper {
mIndent += 1;
// Canonicalize this key, to assert a number of assumptions made about it.
keyRing = keyRing.canonicalize(mLog, mIndent);
keyRing = keyRing.canonicalizePublic(mLog, mIndent);
if (keyRing == null) {
return SaveKeyringResult.RESULT_ERROR;
}