diff options
author | jsing <> | 2023-04-11 10:26:29 +0000 |
---|---|---|
committer | jsing <> | 2023-04-11 10:26:29 +0000 |
commit | cca0476a6d5ed4d8e14512ca6d1438f93922ecc6 (patch) | |
tree | 8ea682ecad4fcb4ee578ac07bec948eb4f50e8e3 /src/lib/libcrypto/dsa/dsa_ameth.c | |
parent | ce1cb5921b51eed75903d8b9945131d5e7146f07 (diff) | |
download | openbsd-cca0476a6d5ed4d8e14512ca6d1438f93922ecc6.tar.gz openbsd-cca0476a6d5ed4d8e14512ca6d1438f93922ecc6.tar.bz2 openbsd-cca0476a6d5ed4d8e14512ca6d1438f93922ecc6.zip |
Omit sha512_block_data_order() prototype when assembly is not being used.
In the case that the pure C implementation of SHA512 is being used, the
prototype is unnecessary as the function is declared static and exists
in dependency order. Simply omit the prototype rather than using #ifndef
to toggle the static prefix.
ok tb@
Diffstat (limited to 'src/lib/libcrypto/dsa/dsa_ameth.c')
0 files changed, 0 insertions, 0 deletions