diff options
author | jsing <> | 2023-04-11 10:26:29 +0000 |
---|---|---|
committer | jsing <> | 2023-04-11 10:26:29 +0000 |
commit | 3d38a9b6c221a93d7d82018ad5cf6b7a4f43cb2b (patch) | |
tree | 8ea682ecad4fcb4ee578ac07bec948eb4f50e8e3 /src/lib/libcrypto/dsa/dsa_depr.c | |
parent | 36209ba1879b9e062bbfbd50e4b72b768acc44a6 (diff) | |
download | openbsd-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_depr.c')
0 files changed, 0 insertions, 0 deletions