diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/internal/man3/ossl_method_construct.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internal/man3/ossl_method_construct.pod b/doc/internal/man3/ossl_method_construct.pod index 3683798b06..603930dc1f 100644 --- a/doc/internal/man3/ossl_method_construct.pod +++ b/doc/internal/man3/ossl_method_construct.pod @@ -93,7 +93,7 @@ This default store should be stored in the library context I<libctx>. The method to be looked up should be identified with data found in I<data> (which is the I<mcm_data> that was passed to ossl_construct_method()). In other words, the ossl_method_construct() caller is entirely responsible -for ensuring the necesssary data is made available. +for ensuring the necessary data is made available. Optionally, I<prov> may be given as a search criterion, to narrow down the search of a method belonging to just one provider. |