aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-11-05 02:39:30 -0700
committerTheo Buehler <tb@openbsd.org>2024-11-05 02:39:30 -0700
commitb29d115ad24299042326c358da7444dd1699e36e (patch)
treee536ab81cfa857eba26afe6cb4228ff1ca5a4819
parent13842ed91ed25c4cb535fe94f0e01ec93e017413 (diff)
downloadportable-b29d115ad24299042326c358da7444dd1699e36e.tar.gz
portable-b29d115ad24299042326c358da7444dd1699e36e.tar.bz2
portable-b29d115ad24299042326c358da7444dd1699e36e.zip
cryptlib.h is now crypto_local.h
-rw-r--r--crypto/Makefile.am1
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
225libcrypto_la_SOURCES += o_fips.c 225libcrypto_la_SOURCES += o_fips.c
226noinst_HEADERS += arm_arch.h 226noinst_HEADERS += arm_arch.h
227noinst_HEADERS += constant_time.h 227noinst_HEADERS += constant_time.h
228noinst_HEADERS += cryptlib.h
229noinst_HEADERS += crypto_internal.h 228noinst_HEADERS += crypto_internal.h
230noinst_HEADERS += crypto_local.h 229noinst_HEADERS += crypto_local.h
231noinst_HEADERS += x86_arch.h 230noinst_HEADERS += x86_arch.h