rstudio / websocket

WebSocket client for R
https://rstudio.github.io/websocket/
Other
92 stars 18 forks source link

OpenSSL engines are deprecated #111

Open QuLogic opened 1 month ago

QuLogic commented 1 month ago

This is mostly pertaining to this test file: https://github.com/rstudio/websocket/blob/380d4db886c2a377a6a9878ef90338b1ccc692ec/src/tests/main.c#L4 which includes the engine header, but doesn't use any of its API, and so doesn't need it. This API was deprecated in OpenSSL 3.

QuLogic commented 1 month ago

PS, there doesn't appear to be a 1.4.2 tag in the repo though that version is on CRAN. I assume it is 380d4db886c2a377a6a9878ef90338b1ccc692ec based on comparison with the tarball.