mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
core: add OSSL_INOUT_CALLBACK
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/11682)
This commit is contained in:
parent
15dfa092d0
commit
c3fc2c53fb
@ -212,7 +212,8 @@ extern OSSL_provider_init_fn OSSL_provider_init;
|
||||
* application callback it knows about.
|
||||
*/
|
||||
typedef int (OSSL_CALLBACK)(const OSSL_PARAM params[], void *arg);
|
||||
|
||||
typedef int (OSSL_INOUT_CALLBACK)(const OSSL_PARAM in_params[],
|
||||
OSSL_PARAM out_params[], void *arg);
|
||||
/*
|
||||
* Passphrase callback function signature
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user