Commit a1b79122 authored by Richard Levitte's avatar Richard Levitte Committed by 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>
(cherry picked from commit 49e476a5)
parent 8061fdc8
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