From b29d115ad24299042326c358da7444dd1699e36e Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Tue, 5 Nov 2024 02:39:30 -0700 Subject: cryptlib.h is now crypto_local.h --- crypto/Makefile.am | 1 - 1 file changed, 1 deletion(-) 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 libcrypto_la_SOURCES += o_fips.c noinst_HEADERS += arm_arch.h noinst_HEADERS += constant_time.h -noinst_HEADERS += cryptlib.h noinst_HEADERS += crypto_internal.h noinst_HEADERS += crypto_local.h noinst_HEADERS += x86_arch.h -- cgit v1.2.3-55-g6feb