Clarify where dispatch functions/ids are defined
authorDaniel Bevenius <daniel.bevenius@gmail.com>
Wed, 5 May 2021 06:56:36 +0000 (08:56 +0200)
committerPauli <pauli@openssl.org>
Thu, 6 May 2021 13:00:23 +0000 (23:00 +1000)
commit6ef2f71ac70aff99da277be4a554e3b1fe739050
tree97488b59df8450464ec18940c4006edeba0c84ba
parent6d418dbcd36c2e5e264fd4a007afcc8deeb8ab46
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@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15156)
include/openssl/core.h