From: Pauli Date: Mon, 17 Jan 2022 05:51:03 +0000 (+1100) Subject: e_dasync: remove empty statement X-Git-Tag: openssl-3.2.0-alpha1~3056 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14951ef01f9b54d804baf2fabdf0a715c630827b;p=thirdparty%2Fopenssl.git e_dasync: remove empty statement Reviewed-by: Tim Hudson Reviewed-by: Bernd Edlinger Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/17528) --- diff --git a/engines/e_dasync.c b/engines/e_dasync.c index 5a303a9f852..9f95fa21457 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)