irtimmer/tpm2-pk11

attr_get conflicts with libattr

Opened this issue · 0 comments

I noticed that your software has function called attr_get. This is present in libattr too, and when your library is loaded in software linked with libattr, your code stops working because it calls attr_get, and that gets resolved into libattr.

I propose that you prefix attr_get (and possibly others) with something like tpm2_pk11