Latest update
This commit is contained in:
@@ -14,10 +14,9 @@
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user