diff options
| author | Theo Buehler <tb@openbsd.org> | 2023-04-12 15:16:36 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2023-04-12 16:41:09 -0600 |
| commit | 7f0258e683963790ea8a5c2c0a16ccc023474aa0 (patch) | |
| tree | 2f648b1f8b9ebb60444967926b1b0fc68bca690d | |
| parent | b18f6a89e7df79532e610de64e83505bc6ecc0db (diff) | |
| download | portable-7f0258e683963790ea8a5c2c0a16ccc023474aa0.tar.gz portable-7f0258e683963790ea8a5c2c0a16ccc023474aa0.tar.bz2 portable-7f0258e683963790ea8a5c2c0a16ccc023474aa0.zip | |
Drop sha_local.h add crypto_internal.h
| -rw-r--r-- | crypto/Makefile.am | 2 |
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 | |||
| 292 | noinst_HEADERS += arm_arch.h | 292 | noinst_HEADERS += arm_arch.h |
| 293 | noinst_HEADERS += constant_time.h | 293 | noinst_HEADERS += constant_time.h |
| 294 | noinst_HEADERS += cryptlib.h | 294 | noinst_HEADERS += cryptlib.h |
| 295 | noinst_HEADERS += crypto_internal.h | ||
| 295 | noinst_HEADERS += md32_common.h | 296 | noinst_HEADERS += md32_common.h |
| 296 | noinst_HEADERS += x86_arch.h | 297 | noinst_HEADERS += x86_arch.h |
| 297 | 298 | ||
| @@ -972,7 +973,6 @@ noinst_HEADERS += rsa/rsa_local.h | |||
| 972 | libcrypto_la_SOURCES += sha/sha1.c | 973 | libcrypto_la_SOURCES += sha/sha1.c |
| 973 | libcrypto_la_SOURCES += sha/sha256.c | 974 | libcrypto_la_SOURCES += sha/sha256.c |
| 974 | libcrypto_la_SOURCES += sha/sha512.c | 975 | libcrypto_la_SOURCES += sha/sha512.c |
| 975 | noinst_HEADERS += sha/sha_local.h | ||
| 976 | 976 | ||
| 977 | # sm3 | 977 | # sm3 |
| 978 | libcrypto_la_SOURCES += sm3/sm3.c | 978 | libcrypto_la_SOURCES += sm3/sm3.c |
