You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I noticed that your software has function called
attr_get
. This is present inlibattr
too, and when your library is loaded in software linked withlibattr
, your code stops working because it callsattr_get
, and that gets resolved intolibattr
.I propose that you prefix
attr_get
(and possibly others) with something liketpm2_pk11
The text was updated successfully, but these errors were encountered: