shared-macros.mk: simplify java settings
[oi-userland.git] / components / library / trousers / patches / include_tss_tss_defines.h.patch
blob0240b3e6b47039deae54f0ac6326c4823db88475
1 --- trousers-0.3.11.2/src/include/tss/tss_defines.h.orig
2 +++ trousers-0.3.11.2/src/include/tss/tss_defines.h
3 @@ -1214,6 +1214,9 @@
4 #define TSS_UUID_USK5 {0, 0, 0, 0, 0, {0, 0, 0, 0, 0, 9}} // user storage key 5
5 #define TSS_UUID_USK6 {0, 0, 0, 0, 0, {0, 0, 0, 0, 0, 10}}// user storage key 6
7 +/* SOLARIS: Migratable Root Key UUID */
8 +#define TSS_UUID_MRK {0, 0, 0, 0, 0, {0, 0, 0, 0, 0, 11}}
10 // macro to derive UUIDs for keys whose "OwnerEvict" key is set.
11 #define TSS_UUID_OWNEREVICT(i) {0, 0, 0, 0, 0, {0, 0, 0, 0, 1, (i)}}