Fixup internal documentation
There were some faults that got caught by the updated doc-nits Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/8270)
This commit is contained in:
parent
4e1819a9a6
commit
4ce738d083
3 changed files with 7 additions and 9 deletions
|
@ -9,6 +9,8 @@ ossl_sa_TYPE_doall_arg, ossl_sa_TYPE_get, ossl_sa_TYPE_set
|
|||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
=for comment generic
|
||||
|
||||
#include "internal/sparse_array.h"
|
||||
|
||||
typedef struct sparse_array_st OPENSSL_SA;
|
||||
|
|
|
@ -2,9 +2,10 @@
|
|||
|
||||
=head1 NAME
|
||||
|
||||
ossl_method_store_new, ossl_method_store_free, ossl_method_store_init,
|
||||
ossl_method_store_cleanup, ossl_method_store_add, ossl_method_store_remove,
|
||||
ossl_method_store_fetch, ossl_method_store_set_global_properties,
|
||||
OSSL_METHOD_STORE, ossl_method_store_new, ossl_method_store_free,
|
||||
ossl_method_store_init, ossl_method_store_cleanup,
|
||||
ossl_method_store_add, ossl_method_store_remove, ossl_method_store_fetch,
|
||||
ossl_method_store_set_global_properties,
|
||||
ossl_method_store_cache_get, ossl_method_store_cache_set
|
||||
- implementation method store and query
|
||||
|
||||
|
|
|
@ -2,18 +2,13 @@
|
|||
|
||||
=head1 NAME
|
||||
|
||||
openssl_ctx_new_index, openssl_ctx_free_index,
|
||||
openssl_ctx_new_fn, openssl_ctx_free_fn,
|
||||
openssl_ctx_set_data, openssl_ctx_get_data - internal OPENSSL_CTX routines
|
||||
openssl_ctx_new_index, openssl_ctx_get_data - internal OPENSSL_CTX routines
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
#include <openssl/ossl_typ.h>
|
||||
#include "internal/cryptlib.h"
|
||||
|
||||
typedef CRYPTO_EX_new openssl_ctx_new_fn;
|
||||
typedef CRYPTO_EX_free openssl_ctx_free_fn;
|
||||
|
||||
typedef struct openssl_ctx_method {
|
||||
void *(*new_func)(void);
|
||||
void (*free_func)(void *);
|
||||
|
|
Loading…
Reference in a new issue