Configure: change all references to INSTALL to INSTALL.md
[openssl.git] / test / provider_test.c
index c00f5ab4eba73dd3ed82e846e637ad989a7caa98..acb9f2000ea5e9e676fe734cfe29fab23d020f76 100644 (file)
 extern OSSL_provider_init_fn PROVIDER_INIT_FUNCTION_NAME;
 
 static char buf[256];
-static size_t buf_l = 0;
 static OSSL_PARAM greeting_request[] = {
-    { "greeting", OSSL_PARAM_UTF8_STRING, buf, sizeof(buf), &buf_l },
-    { NULL, 0, NULL, 0, NULL }
+    { "greeting", OSSL_PARAM_UTF8_STRING, buf, sizeof(buf) },
+    { NULL, 0, NULL, 0, 0 }
 };
 
 static int test_provider(const char *name)