tpm2-pk11 icon indicating copy to clipboard operation
tpm2-pk11 copied to clipboard

attr_get conflicts with libattr

Open cmouse opened this issue 6 years ago • 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

cmouse avatar Jun 11 '18 18:06 cmouse