build update

This commit is contained in:
2025-08-10 13:35:54 -04:00
parent ae0afcfffd
commit 2c864f1feb
2 changed files with 13 additions and 5 deletions

5
otp.c
View File

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