[openssl] master update

Dr. Paul Dale pauli at openssl.org
Thu May 6 13:00:50 UTC 2021


The branch master has been updated
       via  6ef2f71ac70aff99da277be4a554e3b1fe739050 (commit)
      from  6d418dbcd36c2e5e264fd4a007afcc8deeb8ab46 (commit)


- Log -----------------------------------------------------------------
commit 6ef2f71ac70aff99da277be4a554e3b1fe739050
Author: Daniel Bevenius <daniel.bevenius at gmail.com>
Date:   Wed May 5 08:56:36 2021 +0200

    Clarify where dispatch functions/ids are defined
    
    When reading the comment for ossl_dispatch_st it seems to indicate that
    the function_id numbers are defined further down in the same file. But I
    was not able to find them there, but instead in core_dispatch.h.
    
    This commit suggests updating the comment to point to core_dispatch.h
    
    Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/15156)

-----------------------------------------------------------------------

Summary of changes:
 include/openssl/core.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/openssl/core.h b/include/openssl/core.h
index 5d69278d2e..3356ef2088 100644
--- a/include/openssl/core.h
+++ b/include/openssl/core.h
@@ -32,8 +32,8 @@ typedef struct openssl_core_ctx_st OPENSSL_CORE_CTX;
 typedef struct ossl_core_bio_st OSSL_CORE_BIO;
 
 /*
- * Dispatch table element.  function_id numbers are defined further down,
- * see macros with '_FUNC' in their names.
+ * Dispatch table element.  function_id numbers and the functions are defined
+ * in core_dispatch.h, see macros with 'OSSL_CORE_MAKE_FUNC' in their names.
  *
  * An array of these is always terminated by function_id == 0
  */


More information about the openssl-commits mailing list