mirror of
https://github.com/stefanberger/libtpms
synced 2026-08-08 16:53:43 +00:00
Sync: Add NOT_REFERENCED to avoid build error
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
46e299f905
commit
de08e7e954
@ -1034,6 +1034,10 @@ static UINT16 MarshalSensitive(
|
||||
MemoryPad2B(&sensitive->authValue.b, CryptHashGetDigestSize(nameAlg));
|
||||
buffer += 2;
|
||||
|
||||
#if !ALG_RSA
|
||||
NOT_REFERENCED(parent);
|
||||
#endif
|
||||
|
||||
// Marshal the structure
|
||||
#if 0 /* ALG_RSA */ // libtpms changed: We never set the RSA_prime_flag!
|
||||
// If the sensitive size is the special case for a prime in the type
|
||||
|
||||
Loading…
Reference in New Issue
Block a user