jupyter-xeus / xeus-zmq

ZeroMQ-based middleware for xeus
http://xeus-zmq.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9 stars 12 forks source link

Fix OpenSSL deprecation warnings #20

Closed JohanMabille closed 1 year ago

JohanMabille commented 1 year ago

The HMAC_xxx functions have been merged into a single HMAC function and have been deprecated. See here for more detail.

JohanMabille commented 1 year ago

Fixed in #26