From 0109127c8f239624b0de33c205cc28c7f2be1bdf Mon Sep 17 00:00:00 2001 From: Fabian Wosar Date: Mon, 11 Mar 2024 12:53:44 +0000 Subject: [PATCH] Remove pem_eol.cxx --- cryptopp/sources.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cryptopp/sources.cmake b/cryptopp/sources.cmake index a97c354..7f2b5d8 100644 --- a/cryptopp/sources.cmake +++ b/cryptopp/sources.cmake @@ -187,7 +187,6 @@ set(cryptopp_SOURCES set(cryptopp_SOURCES_PEM "${cryptopp-pem_SOURCE_DIR}/pem_common.cpp" - "${cryptopp-pem_SOURCE_DIR}/pem_eol.cxx" "${cryptopp-pem_SOURCE_DIR}/pem_read.cpp" "${cryptopp-pem_SOURCE_DIR}/pem_write.cpp" "${cryptopp-pem_SOURCE_DIR}/x509cert.cpp"