summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)