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 type-safe wrapper for STACK_OF(SSL_CIPHERS) lookup. #394

Merged
merged 1 commit into from Sep 24, 2018

Conversation

davidben
Copy link
Contributor

Motivation:

The wrappers avoid casting and are more stable. This was mostly done in 94d4c41, but missed a spot.

Modifications:

Use sk_SSL_CIPHER_value instead of casting stack types manually.

Result:

Less casting.

Motivation:

The wrappers avoid casting and are more stable. This was mostly done in
94d4c41, but missed a spot.

Modifications:

Use sk_SSL_CIPHER_value instead of casting stack types manually.

Result:

Less casting.
@netty-bot
Copy link

Can one of the admins verify this patch?

@normanmaurer
Copy link
Member

@netty-bot test this please

@normanmaurer normanmaurer merged commit 19848b6 into netty:master Sep 24, 2018
@normanmaurer
Copy link
Member

@davidben thanks a lot!

@normanmaurer normanmaurer self-assigned this Sep 24, 2018
@normanmaurer normanmaurer added this to the 2.0.17.Final milestone Sep 24, 2018
fzakaria pushed a commit to fzakaria/netty-tcnative that referenced this pull request Feb 4, 2019
Motivation:

The wrappers avoid casting and are more stable. This was mostly done in
94d4c41, but missed a spot.

Modifications:

Use sk_SSL_CIPHER_value instead of casting stack types manually.

Result:

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

Successfully merging this pull request may close these issues.

None yet

3 participants