]> git.ipfire.org Git - thirdparty/openssl.git/commit
providers/common/digests/sha2.c: forward declare all dispatched functions
authorRichard Levitte <levitte@openssl.org>
Mon, 15 Apr 2019 07:40:22 +0000 (09:40 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 15 Apr 2019 08:46:09 +0000 (10:46 +0200)
commitf2dbb71cb6bf6cd570f96e7663a22dd87854f08b
treee5fbcc1f07c18382449000fba3bb28cfcc86f115
parent0ad50b4dee36d4b576473ccbf744284d66fbffd6
providers/common/digests/sha2.c: forward declare all dispatched functions

Forward declare the dispatched functions using typedefs from
core_numbers.h.  This will ensure that they have correct signatures.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8747)
providers/common/digests/sha2.c