Commit 49e476a5 authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarStephen Henson <steve@openssl.org>
parent 56e36bda
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