fix typo
This commit is contained in:
committed by
Vincent Breitmoser
parent
416e844d79
commit
3288adf5b2
@@ -251,7 +251,7 @@ public class PgpKeyOperation {
|
||||
|
||||
case EDDSA: {
|
||||
if ((add.getFlags() & (PGPKeyFlags.CAN_ENCRYPT_COMMS | PGPKeyFlags.CAN_ENCRYPT_STORAGE)) > 0) {
|
||||
log.add(LogType.MSG_CR_ERROR_FLAGS_ECDSA, indent);
|
||||
log.add(LogType.MSG_CR_ERROR_FLAGS_EDDSA, indent);
|
||||
return null;
|
||||
}
|
||||
progress(R.string.progress_generating_eddsa, 30);
|
||||
|
||||
Reference in New Issue
Block a user