From 2365be297640d81ef523506ed16142d02c17f520 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 5 Dec 2022 16:26:39 +0100 Subject: Move the description of the core types into their own pages This expands on some of the core type descriptions, and also makes it easier to find the documentation for each type, at least on Unix, with a simple call like "man OSSL_ALGORITHM". Reviewed-by: Hugo Landau Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/19842) (cherry picked from commit 801e54d65ca5d87f3b003477f26597541b95b55b) --- util/other.syms | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'util') diff --git a/util/other.syms b/util/other.syms index e984176708..0b7e063547 100644 --- a/util/other.syms +++ b/util/other.syms @@ -55,11 +55,14 @@ EVP_SIGNATURE datatype GEN_SESSION_CB datatype NAMING_AUTHORITY datatype OPENSSL_Applink external +OSSL_ALGORITHM datatype +OSSL_CALLBACK datatype OSSL_DECODER datatype OSSL_DECODER_CTX datatype OSSL_DECODER_CONSTRUCT datatype OSSL_DECODER_CLEANUP datatype OSSL_DECODER_INSTANCE datatype +OSSL_DISPATCH datatype OSSL_ENCODER datatype OSSL_ENCODER_CTX datatype OSSL_ENCODER_CONSTRUCT datatype @@ -67,8 +70,10 @@ OSSL_ENCODER_CLEANUP datatype OSSL_ENCODER_INSTANCE datatype OSSL_HTTP_bio_cb_t datatype OSSL_HTTP_REQ_CTX datatype +OSSL_ITEM datatype OSSL_LIB_CTX datatype OSSL_PARAM datatype +OSSL_PASSPHRASE_CALLBACK datatype OSSL_PROVIDER datatype OSSL_STORE_CTX datatype OSSL_STORE_INFO datatype -- cgit v1.2.1