Version v0.2.92 - Menu changes
This commit is contained in:
3
otp.c
3
otp.c
@@ -297,9 +297,6 @@ int command_line_mode(int argc, char* argv[]) {
|
||||
|
||||
// Call encrypt_text and then comment about using default pad
|
||||
int result = encrypt_text(pad_identifier, text);
|
||||
if (result == 0) {
|
||||
printf("# Used default pad: %.16s...\n", pad_identifier);
|
||||
}
|
||||
return result;
|
||||
} else {
|
||||
printf("Error: No default pad configured. Specify pad explicitly or configure default pad.\n");
|
||||
|
||||
Reference in New Issue
Block a user