diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt index 12005c9..ed28272 100644 --- a/ssl/CMakeLists.txt +++ b/ssl/CMakeLists.txt @@ -43,7 +43,6 @@ set( t1_hash.c t1_lib.c t1_meth.c - t1_reneg.c t1_srvr.c ) diff --git a/ssl/Makefile.am b/ssl/Makefile.am index 4b52faf..99d138a 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am @@ -46,7 +46,6 @@ libssl_la_SOURCES += t1_enc.c libssl_la_SOURCES += t1_hash.c libssl_la_SOURCES += t1_lib.c libssl_la_SOURCES += t1_meth.c -libssl_la_SOURCES += t1_reneg.c libssl_la_SOURCES += t1_srvr.c noinst_HEADERS = srtp.h