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
It is not possible to build sdclib on Ubuntu 22.04.1 LTS. The build fail on the Poco dependency. I get the following error: RSACipherImpl.cpp:54:32: error: ‘RSA_SSLV23_PADDING’ was not declared in this scope; did you mean ‘RSA_NO_PADDING’?
54 | return RSA_SSLV23_PADDING;
It is not possible to build sdclib on Ubuntu 22.04.1 LTS. The build fail on the Poco dependency. I get the following error: RSACipherImpl.cpp:54:32: error: ‘RSA_SSLV23_PADDING’ was not declared in this scope; did you mean ‘RSA_NO_PADDING’?
54 | return RSA_SSLV23_PADDING;
It is maybe related to this: pocoproject/poco#3223
The text was updated successfully, but these errors were encountered: