From 9065b293e3c6b52516d3b1ae0ea46de8b7c70bf8 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Fri, 18 Oct 2024 12:58:47 +0200 Subject: ec_cvt.c hit the attic --- crypto/CMakeLists.txt | 1 - crypto/Makefile.am | 1 - 2 files changed, 2 deletions(-) diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 5140a7a..1553894 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt @@ -382,7 +382,6 @@ set( ec/ec_asn1.c ec/ec_check.c ec/ec_curve.c - ec/ec_cvt.c ec/ec_err.c ec/ec_key.c ec/ec_kmeth.c diff --git a/crypto/Makefile.am b/crypto/Makefile.am index cd6fe29..02204bd 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am @@ -540,7 +540,6 @@ libcrypto_la_SOURCES += ec/ec_ameth.c libcrypto_la_SOURCES += ec/ec_asn1.c libcrypto_la_SOURCES += ec/ec_check.c libcrypto_la_SOURCES += ec/ec_curve.c -libcrypto_la_SOURCES += ec/ec_cvt.c libcrypto_la_SOURCES += ec/ec_err.c libcrypto_la_SOURCES += ec/ec_key.c libcrypto_la_SOURCES += ec/ec_kmeth.c -- cgit v1.2.3-55-g6feb