tls: avoid possible async handler duplication 08/13608/5
authorPing Yu <ping.yu@intel.com>
Mon, 23 Jul 2018 14:33:49 +0000 (10:33 -0400)
committerFlorin Coras <florin.coras@gmail.com>
Mon, 23 Jul 2018 22:18:19 +0000 (22:18 +0000)
commit006e6f8add638fab16f7adc099d46d3bfb0efb9a
treec76f4271db6fd7f6956b13c3332e76fe357cab36
parent8409955e4b27f9797d9e7bb1ef7064d04ff03f71
tls: avoid possible async handler duplication

One handler is good enough when engine sends out a retry status
Thus this patch will just go one branch

Change-Id: Id81cb3fa67d2b322b0fe1b2f62cd866cf3491eb4
Signed-off-by: Ping Yu <ping.yu@intel.com>
src/plugins/tlsopenssl/tls_openssl.c