Skip to content

Commit

Permalink
Merge cff040d into 69e3f79
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanberger authored May 1, 2020
2 parents 69e3f79 + cff040d commit 9267594
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/swtpm_setup/swtpm_setup.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,8 @@ tpm2_createprimary_spk_ecc()
off1=126
off2=228

tpm2_createprimary_ecc_params '\\x40\\x00\\x00\\x0b' "${keyflags}" \
# TPM_RH_OWNER
tpm2_createprimary_ecc_params '\\x40\\x00\\x00\\x01' "${keyflags}" \
"${symkeydata}" "${publen}" "${totlen}" "${min_exp}" "${off1}" \
"${off2}" "" ""
return $?
Expand Down

0 comments on commit 9267594

Please sign in to comment.