]> git.ipfire.org Git - thirdparty/openssl.git/commit
Specific the engine pointer
authorgujinqiang <gujinqiangggs@126.com>
Fri, 17 Jul 2020 09:52:26 +0000 (17:52 +0800)
committerDmitry Belyavskiy <beldmit@gmail.com>
Wed, 22 Jul 2020 07:37:49 +0000 (10:37 +0300)
commit1d864f0f534fe38541c7adba5777935a0f2a2eb9
tree5fb8b18253d319fd5408b007248922dba1fb47a5
parent490c87110cc1fd673604fa1b94d5538f9fd852bb
Specific the engine pointer

CLA: trivial

I found that when I wanted to use an engine by the option-engine XXX , it didn't work. Checking the code, I guess it missed the engine pointer when calling EVP_CipherInit_ex.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Yang <kaishen.yy@antfin.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/12475)
apps/enc.c