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:
Richard Levitte 2019-02-18 16:28:00 +01:00
parent 4e1819a9a6
commit 4ce738d083
3 changed files with 7 additions and 9 deletions

View file

@ -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;

View file

@ -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

View file

@ -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 *);