make all file/network-related structs packed

This commit is contained in:
Martin Michelsen
2022-03-29 00:12:16 -07:00
parent b61a9bcdcb
commit 5c388c4052
12 changed files with 147 additions and 149 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ public:
struct KeyFile {
uint32_t initial_keys[18];
uint32_t private_keys[1024];
};
} __attribute__((packed));
PSOBBEncryption(const KeyFile& key, const void* seed, size_t seed_size);