Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d537bc4948 |
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
|
// Call encrypt_text and then comment about using default pad
|
||||||
int result = encrypt_text(pad_identifier, text);
|
int result = encrypt_text(pad_identifier, text);
|
||||||
if (result == 0) {
|
|
||||||
printf("# Used default pad: %.16s...\n", pad_identifier);
|
|
||||||
}
|
|
||||||
return result;
|
return result;
|
||||||
} else {
|
} else {
|
||||||
printf("Error: No default pad configured. Specify pad explicitly or configure default pad.\n");
|
printf("Error: No default pad configured. Specify pad explicitly or configure default pad.\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user