Commit 0e5be9fa authored by Johannes Bauer's avatar Johannes Bauer Committed by Kurt Roeckx
Browse files

Fix const correctness of EC_KEY_METHOD_get_*



Changes the EC_KEY_METHOD_get_* family to not need a EC_KEY_METHOD* as
its first parameter, but a const EC_KEY_METHOD*, which is entirely
sufficient.

Reviewed-by: default avatarKurt Roeckx <kurt@roeckx.be>
Reviewed-by: default avatarPaul Dale <paul.dale@oracle.com>
GH: #3985
(cherry picked from commit 4e9b720e)
parent 42aebbd5
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment