summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dsa/dsa_ossl.c
diff options
context:
space:
mode:
authorjsing <>2023-04-11 10:26:29 +0000
committerjsing <>2023-04-11 10:26:29 +0000
commit3d38a9b6c221a93d7d82018ad5cf6b7a4f43cb2b (patch)
tree8ea682ecad4fcb4ee578ac07bec948eb4f50e8e3 /src/lib/libcrypto/dsa/dsa_ossl.c
parent36209ba1879b9e062bbfbd50e4b72b768acc44a6 (diff)
downloadopenbsd-3d38a9b6c221a93d7d82018ad5cf6b7a4f43cb2b.tar.gz
openbsd-3d38a9b6c221a93d7d82018ad5cf6b7a4f43cb2b.tar.bz2
openbsd-3d38a9b6c221a93d7d82018ad5cf6b7a4f43cb2b.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_ossl.c')
0 files changed, 0 insertions, 0 deletions