mirror of
https://github.com/stefanberger/libtpms
synced 2026-01-15 21:30:56 +00:00
tpm2: Remove unnecessary check of #defines
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
5f0e2aef9d
commit
c4d84b994c
@ -96,10 +96,6 @@ struct bignum_st {
|
||||
/* B.2.2.2.2. Macros and Defines */
|
||||
/* Make sure that the library is using the correct size for a crypt word */
|
||||
|
||||
#if !(defined THIRTY_TWO_BIT || defined SIXTY_FOUR_BIT || defined SIXTY_FOUR_BIT_LONG)
|
||||
#error "No architecture found"
|
||||
#endif
|
||||
|
||||
#if defined THIRTY_TWO_BIT && (RADIX_BITS != 32) \
|
||||
|| ((defined SIXTY_FOUR_BIT_LONG || defined SIXTY_FOUR_BIT) \
|
||||
&& (RADIX_BITS != 64))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user