]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
fix documentation error caused by commit 9067cf6ccdce0a73922f06937e54c2fce2752038
authorPW Hu <jlu.hpw@foxmail.com>
Fri, 3 Sep 2021 07:09:54 +0000 (15:09 +0800)
committerRichard Levitte <levitte@openssl.org>
Tue, 7 Sep 2021 09:11:52 +0000 (11:11 +0200)
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)

doc/internal/man3/ossl_method_construct.pod

index d2202bccfa4aaaf8364199b6646f05715eb9ef6f..7666c9a0904e4bf7943cc5a2b3831558954c7bc1 100644 (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 */