summaryrefslogtreecommitdiffstats
path: root/apps/lib
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-08-12 11:59:43 +1000
committerShane Lontis <shane.lontis@oracle.com>2020-08-12 11:59:43 +1000
commite3efe7a53299dff3cd2222542b6a999b1360d626 (patch)
treec65037e5c1c56b9cb732d5f5725ed1ed81ada946 /apps/lib
parentaf88e64a98a6402dabd41ac2de194444dd285b49 (diff)
Add public API for gettables and settables for keymanagement, signatures and key exchange.
The openssl provider app will now display these params. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12396)
Diffstat (limited to 'apps/lib')
-rw-r--r--apps/lib/app_params.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/lib/app_params.c b/apps/lib/app_params.c
index ba50707926..3305b1e922 100644
--- a/apps/lib/app_params.c
+++ b/apps/lib/app_params.c
@@ -75,7 +75,7 @@ static int describe_param_type(char *buf, size_t bufsz, const OSSL_PARAM *param)
int print_param_types(const char *thing, const OSSL_PARAM *pdefs, int indent)
{
if (pdefs == NULL) {
- BIO_printf(bio_out, "%*sNo declared %s\n", indent, "", thing);
+ return 1;
} else if (pdefs->key == NULL) {
/*
* An empty list? This shouldn't happen, but let's just make sure to