Default key domain is 0.

It allows to wrap keys not associated to any key domain.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2023-10-11 21:03:09 +02:00
parent aaed6bd7b6
commit 11bb00e186
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -27,7 +27,7 @@ uint8_t get_key_domain(file_t *fkey) {
if (meta_tag) {
return *meta_tag;
}
return 0xff;
return 0x0;
}
int cmd_key_domain() {