Version v0.2.92 - Menu changes

This commit is contained in:
2025-08-27 08:11:26 -04:00
parent 42a8f5c358
commit d537bc4948

3
otp.c
View File

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