Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apps/apps.c: initialize and de-initialize engine around key loading
Before loading a key from an engine, it may need to be initialized. When done loading the key, we must de-initialize the engine. (if the engine is already initialized somehow, only the reference counter will be incremented then decremented) Reviewed-by: Stephen Henson <[email protected]> (cherry picked from commit 49e476a)
- Loading branch information