The lib is not working when used in parallel with the WiFiClientSecure lib. Both libs include ssl_client.h, but due to the changes in this lib, the function get_peer_fingerprint() cannot be found anymore, giving a compilation error.
Errors are probably depend on include order because of the two versions of ssl_client.h, so other errors might also lead to this issue.
The lib is not working when used in parallel with the WiFiClientSecure lib. Both libs include ssl_client.h, but due to the changes in this lib, the function get_peer_fingerprint() cannot be found anymore, giving a compilation error.
Errors are probably depend on include order because of the two versions of ssl_client.h, so other errors might also lead to this issue.