fix documentation error caused by commit 9067cf6ccd

CLA:trivial

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16502)
This commit is contained in:
PW Hu 2021-09-03 15:09:54 +08:00 committed by Richard Levitte
parent b9f96f30ee
commit 48b3ad0568

View File

@ -10,10 +10,8 @@ OSSL_METHOD_CONSTRUCT_METHOD, ossl_method_construct
#include "internal/core.h"
struct ossl_method_construct_method_st {
/* Create store */
void *(*alloc_tmp_store)(OSSL_LIB_CTX *ctx);
/* Remove a store */
void (*dealloc_tmp_store)(void *store);
/* Get a temporary store */
void *(*get_tmp_store)(void *data);
/* Get an already existing method from a store */
void *(*get)(OSSL_LIB_CTX *libctx, void *store, void *data);
/* Store a method in a store */