mirror of
https://github.com/stefanberger/libtpms
synced 2026-01-08 03:59:57 +00:00
tpm2: Introduce #define USE_OPENSSL_FUNCTIONS
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
31e4db99f4
commit
1ae430e708
@ -1218,4 +1218,8 @@ typedef TPM2B_MAX_HASH_BLOCK TPM2B_HASH_BLOCK;
|
||||
#if MAX_SYM_KEY_BITS == 0 || MAX_SYM_BLOCK_SIZE == 0
|
||||
# error Bad size for MAX_SYM_KEY_BITS or MAX_SYM_BLOCK_SIZE
|
||||
#endif
|
||||
|
||||
/* libtpms: Use OpenSSL's crypto functions where possible */
|
||||
#define USE_OPENSSL_FUNCTIONS YES
|
||||
|
||||
#endif // _IMPLEMENTATION_H_
|
||||
|
||||
Loading…
Reference in New Issue
Block a user