Skip to content

Commit

Permalink
OSSL_PROVIDER_set_default_search_path() return value
Browse files Browse the repository at this point in the history
CLA: trivial

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from #19239)

(cherry picked from commit 257cade)
  • Loading branch information
olszomal authored and paulidale committed Sep 23, 2022
1 parent 290c1d8 commit 843a9a9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/man3/OSSL_PROVIDER.pod
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ OSSL_PROVIDER_self_test

typedef struct ossl_provider_st OSSL_PROVIDER;

void OSSL_PROVIDER_set_default_search_path(OSSL_LIB_CTX *libctx,
const char *path);
int OSSL_PROVIDER_set_default_search_path(OSSL_LIB_CTX *libctx,
const char *path);

OSSL_PROVIDER *OSSL_PROVIDER_load(OSSL_LIB_CTX *libctx, const char *name);
OSSL_PROVIDER *OSSL_PROVIDER_try_load(OSSL_LIB_CTX *libctx, const char *name,
Expand Down Expand Up @@ -157,7 +157,8 @@ L<provider-base(7)/CAPABILTIIES>.

=head1 RETURN VALUES

OSSL_PROVIDER_add(), OSSL_PROVIDER_unload(), OSSL_PROVIDER_get_params() and
OSSL_PROVIDER_set_default_search_path(), OSSL_PROVIDER_add(),
OSSL_PROVIDER_unload(), OSSL_PROVIDER_get_params() and
OSSL_PROVIDER_get_capabilities() return 1 on success, or 0 on error.

OSSL_PROVIDER_load() and OSSL_PROVIDER_try_load() return a pointer to a
Expand Down

0 comments on commit 843a9a9

Please sign in to comment.