libtpms-0.9.6.patch 421 B

12345678910111213
  1. diff -Naur a/src/tpm12/tpm_crypto.c b/src/tpm12/tpm_crypto.c
  2. --- a/src/tpm12/tpm_crypto.c 2023-07-04 10:48:24.000000000 -0700
  3. +++ b/src/tpm12/tpm_crypto.c 2023-07-04 15:41:40.000000000 -0700
  4. @@ -48,6 +48,9 @@
  5. #include <openssl/rand.h>
  6. #include <openssl/sha.h>
  7. #include <openssl/engine.h>
  8. +#include <openssl/rsa.h>
  9. +#include <openssl/evp.h>
  10. +#include <openssl/err.h>
  11. #include "tpm_cryptoh.h"
  12. #include "tpm_debug.h"