build update
This commit is contained in:
5
otp.c
5
otp.c
@@ -1042,11 +1042,6 @@ int decrypt_text(const char* pad_identifier, const char* encrypted_message) {
|
||||
}
|
||||
}
|
||||
|
||||
if (!found_begin) {
|
||||
printf("Error: Invalid message format - missing BEGIN header\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
// Now we have the pad chksum from the message, construct filename
|
||||
char pad_path[MAX_HASH_LENGTH + 20];
|
||||
char state_path[MAX_HASH_LENGTH + 20];
|
||||
|
||||
Reference in New Issue
Block a user