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

Use the typed wrappers for STACK_OF(X509) #519

Merged
merged 1 commit into from
Jan 20, 2023

Conversation

davidben
Copy link
Contributor

This avoids the need for all the clumsy (and unchecked) pointer casts. OpenSSL also since deprecated the old names for the symbols (the underlying sk_num is now OPENSSL_sk_num), so this removes references to some deprecated names.

This avoids the need for all the clumsy (and unchecked) pointer casts.
OpenSSL also since deprecated the old names for the symbols (the
underlying sk_num is now OPENSSL_sk_num), so this removes references to
some deprecated names.
@bvanassche
Copy link
Contributor

Thanks for the patch!

@bvanassche bvanassche merged commit 86d3841 into net-snmp:master Jan 20, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants