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 b537b957bd
commit 04586ccb96
2 changed files with 7 additions and 5 deletions

View File

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