Commit 3016a86a authored by Richard Levitte's avatar Richard Levitte
Browse files

Implement another way to parse OSSL_PARAM keys

The idea is to pre-generate a parse-tree for all params in a single
provider.  This implementation creates a TRIE from all the param keys,
which are specified in a file, and implements it as a single function
(TRIE-as-code) that returns a parameter key index, along with a set of
macros that give names to those indexes.
parent ba995a5e
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