Correct doubled OSSL_OSSL when documenting OSSL_FUNC_.._fn
[openssl.git] / doc / man7 / provider-kdf.pod
index f17946215d266bd86e634311e780e8525226fcf1..58337bf3db1fe7599c34067af89d49268c73caec 100644 (file)
@@ -58,8 +58,8 @@ function pointer from an B<OSSL_DISPATCH> element named
 B<OSSL_FUNC_{name}>.
 For example, the "function" OSSL_FUNC_kdf_newctx() has these:
 
- typedef void *(OSSL_OSSL_FUNC_kdf_newctx_fn)(void *provctx);
- static ossl_inline OSSL_OSSL_FUNC_kdf_newctx_fn
+ typedef void *(OSSL_FUNC_kdf_newctx_fn)(void *provctx);
+ static ossl_inline OSSL_FUNC_kdf_newctx_fn
      OSSL_FUNC_kdf_newctx(const OSSL_DISPATCH *opf);
 
 B<OSSL_DISPATCH> array entries are identified by numbers that are provided as