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

Constify OSSL_PROVIDER getter input parameters #9054

Closed
wants to merge 1 commit into from

Conversation

levitte
Copy link
Member

@levitte levitte commented May 31, 2019

Some OSSL_PROVIDER getters took a non-const OSSL_PROVIDER parameter.
There's no reason to do so.

Some OSSL_PROVIDER getters took a non-const OSSL_PROVIDER parameter.
There's no reason to do so.
@levitte levitte added the branch: master Merge to master branch label May 31, 2019
Copy link
Member

@t8m t8m left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine.

@levitte
Copy link
Member Author

levitte commented May 31, 2019

Merged.

24626a4 Constify OSSL_PROVIDER getter input parameters

@levitte levitte closed this May 31, 2019
levitte added a commit that referenced this pull request May 31, 2019
Some OSSL_PROVIDER getters took a non-const OSSL_PROVIDER parameter.
There's no reason to do so.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from #9054)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch: master Merge to master branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants