Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Has the zmq_curve_keypair function been deprecated in version 4.3.5? #4765

Open
yuhongwei-820 opened this issue Jan 6, 2025 · 0 comments

Comments

@yuhongwei-820
Copy link

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

  1. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant