doc/man3/OSSL_PARAM.pod: Correct the type of data_type
CLA: trivial
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/25486)
(cherry picked from commit f5a8f65b80
)
This commit is contained in:
parent
e35eb23815
commit
f7497fc69c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ OSSL_PARAM - a structure to pass or request object parameters
|
|||
typedef struct ossl_param_st OSSL_PARAM;
|
||||
struct ossl_param_st {
|
||||
const char *key; /* the name of the parameter */
|
||||
unsigned char data_type; /* declare what kind of content is in data */
|
||||
unsigned int data_type; /* declare what kind of content is in data */
|
||||
void *data; /* value being passed in or out */
|
||||
size_t data_size; /* data size */
|
||||
size_t return_size; /* returned size */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue