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
Please use this template for reporting suspected bugs or requests for help.
Issue description
Has the zmq_curve_keypair function been deprecated in version 4.3.5?Are there any alternative interfaces with the same functionality? When using this function, it didn't generate keys and directly returned -1.
Environment
libzmq version (commit hash if unreleased): 4.3.5
OS: linux
Minimal test code / Steps to reproduce the issue
pass
What's the actual result? (include assertion message & call stack if applicable)
The ZMQ_HAVE_CURVE was set to 0, which caused the code to directly follow the branch that returns -1.
What's the expected result?
return 0.
The text was updated successfully, but these errors were encountered:
Please use this template for reporting suspected bugs or requests for help.
Issue description
Has the zmq_curve_keypair function been deprecated in version 4.3.5?Are there any alternative interfaces with the same functionality? When using this function, it didn't generate keys and directly returned -1.
Environment
Minimal test code / Steps to reproduce the issue
What's the actual result? (include assertion message & call stack if applicable)
The ZMQ_HAVE_CURVE was set to 0, which caused the code to directly follow the branch that returns -1.
What's the expected result?
return 0.
The text was updated successfully, but these errors were encountered: