forked from len0rd/rockbox
imxtools: remove most calls to bug/bugp from core library.
It should not exit() anymore on error except on malloc failure. Resource leaks on errors (especially I/O) are quite likely though. Change-Id: I6fcf72fb08fc683468b390d0b8745d31ca982b48
This commit is contained in:
parent
2d7a4e9dfa
commit
c483905b92
6 changed files with 50 additions and 14 deletions
|
|
@ -46,7 +46,7 @@ int convxdigit(char digit, byte *val);
|
|||
void print_hex(byte *data, int len, bool newline);
|
||||
void add_keys(key_array_t ka, int kac);
|
||||
bool parse_key(char **str, struct crypto_key_t *key);
|
||||
void add_keys_from_file(const char *key_file);
|
||||
bool add_keys_from_file(const char *key_file);
|
||||
void print_key(struct crypto_key_t *key, bool newline);
|
||||
void clear_keys();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue