This commit is contained in:
segfault-bilibili
2023-03-18 13:50:37 +08:00
committed by Vincent Breitmoser
parent 416e844d79
commit 3288adf5b2

View File

@@ -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);