mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 09:28:05 +00:00
If no key domain is found, 0 is used by default.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
51e9e6722e
commit
d81b21695f
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ uint8_t get_key_domain(file_t *fkey) {
|
|||
if (meta_tag) {
|
||||
return *meta_tag;
|
||||
}
|
||||
return 0xff;
|
||||
return 0;
|
||||
}
|
||||
|
||||
int cmd_key_domain() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue