tpm2-software / tpm2-tss-engine

OpenSSL Engine for TPM2 devices
https://tpm2-software.github.io
BSD 3-Clause "New" or "Revised" License
150 stars 100 forks source link

build: link against tss2-mu #115

Closed diabonas closed 5 years ago

diabonas commented 5 years ago

Currently the linking of libtpm2tss relies on the fact that the upstream tpm2-tss pkg-config file explicitly requires tss2-mu. Since this is wrong and will be changed upstream, but we need access to the marshalling functions, explicitly link against tss2-mu. See https://github.com/tpm2-software/tpm2-tss/pull/1417 for a more detailed discussion.

diabonas commented 5 years ago

A fix for the CI failure is in #116.

AndreasFuchsTPM commented 5 years ago

Merged. Wanna rebase ?

codecov[bot] commented 5 years ago

Codecov Report

Merging #115 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #115   +/-   ##
=======================================
  Coverage   67.43%   67.43%           
=======================================
  Files           9        9           
  Lines        1176     1176           
=======================================
  Hits          793      793           
  Misses        383      383

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 97f18d8...b67d2dc. Read the comment docs.