Author: Luca Boccassi <bluca@debian.org>
Description: fix build on x32
Forwarded: https://github.com/stefanberger/libtpms/pull/561
--- a/src/tpm2/crypto/openssl/tpm_radix.h
+++ b/src/tpm2/crypto/openssl/tpm_radix.h
@@ -67,7 +67,7 @@
 # ifdef THIRTY_TWO_BIT
 #  define RADIX_BITS                     32
 # endif
-# ifdef SIXTY_FOUR_BIT_LONG
+# if defined(SIXTY_FOUR_BIT_LONG) || defined(SIXTY_FOUR_BIT) // x32 architecture
 #  define RADIX_BITS                     64
 # endif
 # ifndef RADIX_BITS
