From fd57ce50769f9a8490456b18ff24938c58072e18 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Thu, 28 Mar 2024 23:26:00 -0600 Subject: A concentration of ideas has happened --- crypto/CMakeLists.txt | 6 +----- crypto/Makefile.am | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index fdc0089..4c50bc3 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt @@ -494,11 +494,7 @@ set( hmac/hm_ameth.c hmac/hm_pmeth.c hmac/hmac.c - idea/i_cbc.c - idea/i_cfb64.c - idea/i_ecb.c - idea/i_ofb64.c - idea/i_skey.c + idea/idea.c kdf/hkdf_evp.c kdf/kdf_err.c lhash/lhash.c diff --git a/crypto/Makefile.am b/crypto/Makefile.am index d6a551b..9e8b5e6 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am @@ -692,11 +692,7 @@ libcrypto_la_SOURCES += hmac/hmac.c noinst_HEADERS += hmac/hmac_local.h # idea -libcrypto_la_SOURCES += idea/i_cbc.c -libcrypto_la_SOURCES += idea/i_cfb64.c -libcrypto_la_SOURCES += idea/i_ecb.c -libcrypto_la_SOURCES += idea/i_ofb64.c -libcrypto_la_SOURCES += idea/i_skey.c +libcrypto_la_SOURCES += idea/idea.c noinst_HEADERS += idea/idea_local.h # kdf -- cgit v1.2.3-55-g6feb