Run virtual machines on iOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
421 B

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