aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-07-08 00:41:07 -0600
committerTheo Buehler <tb@openbsd.org>2023-07-08 04:36:30 -0600
commitbad876da8cb40c12ab9ae04d1366de173aac4cde (patch)
tree3445772df70bb8bf12d00c6f1cb144172754d304
parenta471f2e054f37709b72eac77e856dccd08f6c92c (diff)
downloadportable-bad876da8cb40c12ab9ae04d1366de173aac4cde.tar.gz
portable-bad876da8cb40c12ab9ae04d1366de173aac4cde.tar.bz2
portable-bad876da8cb40c12ab9ae04d1366de173aac4cde.zip
Remove sm3_local.h
Diffstat (limited to '')
-rw-r--r--crypto/Makefile.am1
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
914libcrypto_la_SOURCES += sm3/sm3.c 914libcrypto_la_SOURCES += sm3/sm3.c
915noinst_HEADERS += sm3/sm3_local.h
916 915
917# sm4 916# sm4
918libcrypto_la_SOURCES += sm4/sm4.c 917libcrypto_la_SOURCES += sm4/sm4.c