added new packet types
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
//TODO: use PKS#7 instead of this garbage
|
||||
typedef struct EncryptedBlockHeader {
|
||||
u8 padding_size;
|
||||
} __attribute__((aligned(16))) EncryptedBlockHeader;
|
||||
} ATTRIBUTE_ALIGNED(16) EncryptedBlockHeader;
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// AESBlockEncryptor //
|
||||
|
||||
Reference in New Issue
Block a user