diff options
author | Theo Buehler <tb@openbsd.org> | 2023-07-08 00:41:07 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-07-08 04:36:30 -0600 |
commit | bad876da8cb40c12ab9ae04d1366de173aac4cde (patch) | |
tree | 3445772df70bb8bf12d00c6f1cb144172754d304 | |
parent | a471f2e054f37709b72eac77e856dccd08f6c92c (diff) | |
download | portable-bad876da8cb40c12ab9ae04d1366de173aac4cde.tar.gz portable-bad876da8cb40c12ab9ae04d1366de173aac4cde.tar.bz2 portable-bad876da8cb40c12ab9ae04d1366de173aac4cde.zip |
Remove sm3_local.h
Diffstat (limited to '')
-rw-r--r-- | crypto/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 9f82491..0cb3852 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -912,7 +912,6 @@ noinst_HEADERS += sha/sha3_internal.h | |||
912 | 912 | ||
913 | # sm3 | 913 | # sm3 |
914 | libcrypto_la_SOURCES += sm3/sm3.c | 914 | libcrypto_la_SOURCES += sm3/sm3.c |
915 | noinst_HEADERS += sm3/sm3_local.h | ||
916 | 915 | ||
917 | # sm4 | 916 | # sm4 |
918 | libcrypto_la_SOURCES += sm4/sm4.c | 917 | libcrypto_la_SOURCES += sm4/sm4.c |