CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/08 00:36:55
Modified files:
lib/libcrypto/sm3: sm3.c
Removed files:
lib/libcrypto/sm3: sm3_local.h
Log message:
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.
