diff options
author | Pauli <pauli@openssl.org> | 2022-01-17 06:51:03 +0100 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2022-01-18 05:10:38 +0100 |
commit | 14951ef01f9b54d804baf2fabdf0a715c630827b (patch) | |
tree | a487246f3d59b4e61f0e0f4d220299b15900d95b /engines | |
parent | demo: remove end of line whitespace (diff) | |
download | openssl-14951ef01f9b54d804baf2fabdf0a715c630827b.tar.xz openssl-14951ef01f9b54d804baf2fabdf0a715c630827b.zip |
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.c | 1 |
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) |