aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2017-08-12 01:15:17 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2017-08-12 01:15:17 +0900
commit9be0359cc3b8e0601ad82cb432c534e34cd11862 (patch)
tree0078a9bfe21b2c8be165cd4e57106d0e6625898a
parent5ec2c381e4ac48e588a093be5faf04919523da32 (diff)
downloadportable-9be0359cc3b8e0601ad82cb432c534e34cd11862.tar.gz
portable-9be0359cc3b8e0601ad82cb432c534e34cd11862.tar.bz2
portable-9be0359cc3b8e0601ad82cb432c534e34cd11862.zip
Remove ssl/t1_reneg.c
-rw-r--r--ssl/CMakeLists.txt1
-rw-r--r--ssl/Makefile.am1
2 files changed, 0 insertions, 2 deletions
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(
43 t1_hash.c 43 t1_hash.c
44 t1_lib.c 44 t1_lib.c
45 t1_meth.c 45 t1_meth.c
46 t1_reneg.c
47 t1_srvr.c 46 t1_srvr.c
48) 47)
49 48
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
46libssl_la_SOURCES += t1_hash.c 46libssl_la_SOURCES += t1_hash.c
47libssl_la_SOURCES += t1_lib.c 47libssl_la_SOURCES += t1_lib.c
48libssl_la_SOURCES += t1_meth.c 48libssl_la_SOURCES += t1_meth.c
49libssl_la_SOURCES += t1_reneg.c
50libssl_la_SOURCES += t1_srvr.c 49libssl_la_SOURCES += t1_srvr.c
51 50
52noinst_HEADERS = srtp.h 51noinst_HEADERS = srtp.h