summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dsa/dsa_lib.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-07-08Inline md4_local.h in md4_dgst.c.jsing2-114/+56
md4_local.h is not really a local header, just another layer of indirection that cannot be included by anything other than md4_dgst.c. As such, include it directly instead. No change in generated assembly.
2023-07-08Inline sm3_local.h in sm3.c.jsing2-87/+70
sm3_local.h is not really a local header, just another layer of indirection that cannot be included by anything other than sm3.c. As such, include it directly instead. No change in generated assembly.
2023-07-08Hide symbols in sm3beck3-1/+39
ok tb@ jsing@