diff options
Diffstat (limited to 'include/openssl/params.h')
-rw-r--r-- | include/openssl/params.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/openssl/params.h b/include/openssl/params.h index d75eab076490..d4b855dffb1f 100644 --- a/include/openssl/params.h +++ b/include/openssl/params.h @@ -100,6 +100,9 @@ int OSSL_PARAM_allocate_from_text(OSSL_PARAM *to, const char *key, const char *value, size_t value_n, int *found); +int OSSL_PARAM_print_to_bio(const OSSL_PARAM *params, BIO *bio, + int print_values); + int OSSL_PARAM_get_int(const OSSL_PARAM *p, int *val); int OSSL_PARAM_get_uint(const OSSL_PARAM *p, unsigned int *val); int OSSL_PARAM_get_long(const OSSL_PARAM *p, long int *val); |