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 2e394903cc
commit ef97f0e4d9
2 changed files with 7 additions and 6 deletions

View File

@@ -9,5 +9,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 */
#endif /* MANAGER_SIGN_H */