Stefano Manni
Results
2
issues of
Stefano Manni
# Please describe the purpose of this pull request Fix issue #373 # Checklist * [x] I have reviewed the [CONTRIBUTING.md](https://github.com/MicrochipTech/cryptoauthlib/blob/main/CONTRIBUTING.md) and agree to it's terms
**Describe the solution you'd like** ABI version is missing in the shared library. `readelf -d lib/libcryptoauth.so | grep SONAME 0x0000000e (SONAME) Library soname: [libcryptoauth.so] ` should be: `readelf -d lib/libcryptoauth.so...