Skip to content

Commit

Permalink
Merge pull request wolfSSL#300 from dgarske/various_20230922
Browse files Browse the repository at this point in the history
Various build fixes
  • Loading branch information
jpbland1 authored Sep 27, 2023
2 parents 5497830 + 49699b0 commit 352201f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pcr/policy_sign.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ static int PolicySign(TPM_ALG_ID alg, const char* keyFile, const char* password,
#endif
}
else if (rc == 0 && alg == TPM_ALG_ECC) {
#ifdef HAVE_ECC
#if defined(HAVE_ECC) && defined(WOLFSSL_PUBLIC_MP)
rc = wc_ecc_init(&key.ecc);
if (rc == 0) {
word32 idx = 0;
Expand Down

0 comments on commit 352201f

Please sign in to comment.