fix formatting of automatically generated error section
[oweals/openssl.git] / crypto / engine / enginetest.c
index 01c3a9f5fe5b16969c8197de9fd185ed06fccafa..598cb31a6f60683cf6ca69a2c58d810696aaf285 100644 (file)
@@ -161,12 +161,7 @@ int main(int argc, char *argv[])
                }
        else
                printf("Remove that should fail did.\n");
-       if(!ENGINE_remove(new_h1))
-               {
-               printf("Remove failed!\n");
-               goto end;
-               }
-       display_engine_list();
+       ERR_clear_error();
        if(!ENGINE_remove(new_h3))
                {
                printf("Remove failed!\n");