Skip to content
Commit 1a82cee3 authored by Hernán Gonzalez's avatar Hernán Gonzalez Committed by Mimi Zohar
Browse files

evm: Move evm_hmac and evm_hash from evm_main.c to evm_crypto.c



These variables are not used where they are was defined.  There is no
point in declaring them there as extern.  Move and constify them, saving
2 bytes.

Function                                     old     new   delta
init_desc                                    273     271      -2
Total: Before=2112094, After=2112092, chg -0.00%

Signed-off-by: default avatarHernán Gonzalez <hernan@vanguardiasur.com.ar>
Tested-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarMimi Zohar <zohar@linux.vnet.ibm.com>
parent 0834136a
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