summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dsa/dsa_ameth.c
diff options
context:
space:
mode:
authorjsing <>2023-04-11 10:26:29 +0000
committerjsing <>2023-04-11 10:26:29 +0000
commitcca0476a6d5ed4d8e14512ca6d1438f93922ecc6 (patch)
tree8ea682ecad4fcb4ee578ac07bec948eb4f50e8e3 /src/lib/libcrypto/dsa/dsa_ameth.c
parentce1cb5921b51eed75903d8b9945131d5e7146f07 (diff)
downloadopenbsd-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