Move bn_asm_src file information to build.info files
[openssl.git] / test / enginetest.c
index 4836cbe92fd8ef18ef1d6501867f927a8f08cd80..b4d117efa2a64f8686f5e5764381f84bbe17bf96 100644 (file)
@@ -279,7 +279,7 @@ static int test_redirect(void)
      * Try setting test key engine. Both should fail because the
      * engine has no public key methods.
      */
-    if (!TEST_ptr_null(EVP_PKEY_CTX_new(pkey, e))
+    if (!TEST_ptr_null(ctx = EVP_PKEY_CTX_new(pkey, e))
             || !TEST_int_le(EVP_PKEY_set1_engine(pkey, e), 0))
         goto err;