e_dasync: remove empty statement
[openssl.git] / engines / e_dasync.c
index 5a303a9f8528201c1a744e3385e46537764fe2f1..9f95fa214578b95d378d8d3a41c44517c163145f 100644 (file)
@@ -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)