Swap parameters of evp_method_id()
authorDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Thu, 16 Apr 2020 17:10:14 +0000 (19:10 +0200)
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Mon, 20 Apr 2020 05:30:25 +0000 (07:30 +0200)
commitb418980c3f5519c248afc40a575b89f629d56b45
tree34a3fbc3f156d10b7e45813e92943e336de7ba78
parent64f849f439f5107c972c9dac9454d1284fd0ef48
Swap parameters of evp_method_id()

The order of the function's parameters `name_id` and `operation_id`
was reverted compared to their order of appearance in the comments
and assertions.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11542)
crypto/evp/evp_fetch.c