From 7f0258e683963790ea8a5c2c0a16ccc023474aa0 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Wed, 12 Apr 2023 15:16:36 -0600 Subject: Drop sha_local.h add crypto_internal.h --- crypto/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 noinst_HEADERS += arm_arch.h noinst_HEADERS += constant_time.h noinst_HEADERS += cryptlib.h +noinst_HEADERS += crypto_internal.h noinst_HEADERS += md32_common.h noinst_HEADERS += x86_arch.h @@ -972,7 +973,6 @@ noinst_HEADERS += rsa/rsa_local.h libcrypto_la_SOURCES += sha/sha1.c libcrypto_la_SOURCES += sha/sha256.c libcrypto_la_SOURCES += sha/sha512.c -noinst_HEADERS += sha/sha_local.h # sm3 libcrypto_la_SOURCES += sm3/sm3.c -- cgit v1.2.3-55-g6feb