Inline sm3_local.h in sm3.c.
authorjsing <jsing@openbsd.org>
Sat, 8 Jul 2023 06:36:55 +0000 (06:36 +0000)
committerjsing <jsing@openbsd.org>
Sat, 8 Jul 2023 06:36:55 +0000 (06:36 +0000)
commit472d7f5a7f19ddc87fd922c7f077bffb7efd31e6
tree6268e90dbbbcf3a6d217f6ca2d21abca9dc4e5c2
parent5491b92bb568014b81efbd666ed18207290079c2
Inline sm3_local.h in sm3.c.

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.
lib/libcrypto/sm3/sm3.c
lib/libcrypto/sm3/sm3_local.h [deleted file]