kernel: make apk_sign_key as a typedef instead

Style preference.

Signed-off-by: rsuntk <rsuntk@yukiprjkt.my.id>
This commit is contained in:
rsuntk
2025-10-02 16:39:26 +07:00
committed by ShirkNeko
parent 8eeb263bdb
commit ad0fb7d89f
2 changed files with 7 additions and 5 deletions

View File

@@ -25,4 +25,9 @@
#define EXPECTED_SIZE_OTHER 0x300
#define EXPECTED_HASH_OTHER "0000000000000000000000000000000000000000000000000000000000000000"
typedef struct {
unsigned size;
const char *sha256;
} apk_sign_key_t;
#endif /* MANAGER_SIGN_H */