Skip to content
Snippets Groups Projects
Commit 7ad50c61 authored by Constantin Papizh's avatar Constantin Papizh
Browse files

Padding added

parent 48c3c7b8
No related branches found
No related tags found
4 merge requests!251Master,!250Master,!238Feat 4557,!229Alignments fixed
Pipeline #5865 passed with stage
in 10 seconds
......@@ -49,6 +49,7 @@ typedef union dap_sign_type {
typedef struct dap_sign_hdr {
dap_sign_type_t type; /// Signature type
uint16_t padding;
uint32_t sign_size; /// Signature size
uint32_t sign_pkey_size; /// Signature serialized public key size
} DAP_ALIGN_PACKED dap_sign_hdr_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment