diff options
author | Theo Buehler <tb@openbsd.org> | 2024-11-05 02:39:30 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-11-05 02:39:30 -0700 |
commit | b29d115ad24299042326c358da7444dd1699e36e (patch) | |
tree | e536ab81cfa857eba26afe6cb4228ff1ca5a4819 | |
parent | 13842ed91ed25c4cb535fe94f0e01ec93e017413 (diff) | |
download | portable-b29d115ad24299042326c358da7444dd1699e36e.tar.gz portable-b29d115ad24299042326c358da7444dd1699e36e.tar.bz2 portable-b29d115ad24299042326c358da7444dd1699e36e.zip |
cryptlib.h is now crypto_local.h
-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 b7aa4c5..b4e8bd8 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -225,7 +225,6 @@ libcrypto_la_SOURCES += mem_dbg.c | |||
225 | libcrypto_la_SOURCES += o_fips.c | 225 | libcrypto_la_SOURCES += o_fips.c |
226 | noinst_HEADERS += arm_arch.h | 226 | noinst_HEADERS += arm_arch.h |
227 | noinst_HEADERS += constant_time.h | 227 | noinst_HEADERS += constant_time.h |
228 | noinst_HEADERS += cryptlib.h | ||
229 | noinst_HEADERS += crypto_internal.h | 228 | noinst_HEADERS += crypto_internal.h |
230 | noinst_HEADERS += crypto_local.h | 229 | noinst_HEADERS += crypto_local.h |
231 | noinst_HEADERS += x86_arch.h | 230 | noinst_HEADERS += x86_arch.h |