kernel: make apk_sign_key as a typedef instead
Style preference. Signed-off-by: rsuntk <rsuntk@yukiprjkt.my.id>
This commit is contained in:
@@ -11,4 +11,9 @@
|
||||
#define EXPECTED_HASH_OTHER \
|
||||
"0000000000000000000000000000000000000000000000000000000000000000"
|
||||
|
||||
typedef struct {
|
||||
unsigned size;
|
||||
const char *sha256;
|
||||
} apk_sign_key_t;
|
||||
|
||||
#endif /* MANAGER_SIGN_H */
|
||||
|
||||
Reference in New Issue
Block a user