summaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2022-01-17 16:51:03 +1100
committerPauli <pauli@openssl.org>2022-01-18 15:10:38 +1100
commit14951ef01f9b54d804baf2fabdf0a715c630827b (patch)
treea487246f3d59b4e61f0e0f4d220299b15900d95b /engines
parentb461aff257e57b8ba8e72667078fdf6d5047bc91 (diff)
downloadopenssl-new-14951ef01f9b54d804baf2fabdf0a715c630827b.tar.gz
e_dasync: remove empty statement
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17528)
Diffstat (limited to 'engines')
-rw-r--r--engines/e_dasync.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/e_dasync.c b/engines/e_dasync.c
index 5a303a9f85..9f95fa2145 100644
--- a/engines/e_dasync.c
+++ b/engines/e_dasync.c
@@ -209,7 +209,6 @@ static int dasync_cipher_nids[] = {
static int bind_dasync(ENGINE *e)
{
/* Setup RSA */
- ;
if ((dasync_rsa_orig = EVP_PKEY_meth_find(EVP_PKEY_RSA)) == NULL
|| (dasync_rsa = EVP_PKEY_meth_new(EVP_PKEY_RSA,
EVP_PKEY_FLAG_AUTOARGLEN)) == NULL)