Commit 3aef36ff authored by Rich Salz's avatar Rich Salz Committed by Rich Salz
Browse files

Add CRYPTO_EX_DATA; remove EC_EXTRA_DATA



Add CRYPTO_EX_DATA add EndC_KEY_[gs]et_method, From Roumen Petrov.
Had to add various exdata calls to init/copy/free the exdata.
Had to remove const from some EC functions because exdata isn't
const-correct. :(
Also remove EC_EXTRA_DATA and use a union to hold the possible
pre-computed values and an enum to tell which value is in the
union. (Rich Salz)

Reviewed-by: default avatarDr. Stephen Henson <steve@openssl.org>
parent 8ffcca65
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