aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-04-12 15:16:36 -0600
committerTheo Buehler <tb@openbsd.org>2023-04-12 16:41:09 -0600
commit7f0258e683963790ea8a5c2c0a16ccc023474aa0 (patch)
tree2f648b1f8b9ebb60444967926b1b0fc68bca690d
parentb18f6a89e7df79532e610de64e83505bc6ecc0db (diff)
downloadportable-7f0258e683963790ea8a5c2c0a16ccc023474aa0.tar.gz
portable-7f0258e683963790ea8a5c2c0a16ccc023474aa0.tar.bz2
portable-7f0258e683963790ea8a5c2c0a16ccc023474aa0.zip
Drop sha_local.h add crypto_internal.h
-rw-r--r--crypto/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index da37427..485790a 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -292,6 +292,7 @@ libcrypto_la_SOURCES += o_str.c
292noinst_HEADERS += arm_arch.h 292noinst_HEADERS += arm_arch.h
293noinst_HEADERS += constant_time.h 293noinst_HEADERS += constant_time.h
294noinst_HEADERS += cryptlib.h 294noinst_HEADERS += cryptlib.h
295noinst_HEADERS += crypto_internal.h
295noinst_HEADERS += md32_common.h 296noinst_HEADERS += md32_common.h
296noinst_HEADERS += x86_arch.h 297noinst_HEADERS += x86_arch.h
297 298
@@ -972,7 +973,6 @@ noinst_HEADERS += rsa/rsa_local.h
972libcrypto_la_SOURCES += sha/sha1.c 973libcrypto_la_SOURCES += sha/sha1.c
973libcrypto_la_SOURCES += sha/sha256.c 974libcrypto_la_SOURCES += sha/sha256.c
974libcrypto_la_SOURCES += sha/sha512.c 975libcrypto_la_SOURCES += sha/sha512.c
975noinst_HEADERS += sha/sha_local.h
976 976
977# sm3 977# sm3
978libcrypto_la_SOURCES += sm3/sm3.c 978libcrypto_la_SOURCES += sm3/sm3.c