diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-08-12 01:15:17 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-08-12 01:15:17 +0900 |
commit | 9be0359cc3b8e0601ad82cb432c534e34cd11862 (patch) | |
tree | 0078a9bfe21b2c8be165cd4e57106d0e6625898a | |
parent | 5ec2c381e4ac48e588a093be5faf04919523da32 (diff) | |
download | portable-9be0359cc3b8e0601ad82cb432c534e34cd11862.tar.gz portable-9be0359cc3b8e0601ad82cb432c534e34cd11862.tar.bz2 portable-9be0359cc3b8e0601ad82cb432c534e34cd11862.zip |
Remove ssl/t1_reneg.c
-rw-r--r-- | ssl/CMakeLists.txt | 1 | ||||
-rw-r--r-- | ssl/Makefile.am | 1 |
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 | |||
46 | libssl_la_SOURCES += t1_hash.c | 46 | libssl_la_SOURCES += t1_hash.c |
47 | libssl_la_SOURCES += t1_lib.c | 47 | libssl_la_SOURCES += t1_lib.c |
48 | libssl_la_SOURCES += t1_meth.c | 48 | libssl_la_SOURCES += t1_meth.c |
49 | libssl_la_SOURCES += t1_reneg.c | ||
50 | libssl_la_SOURCES += t1_srvr.c | 49 | libssl_la_SOURCES += t1_srvr.c |
51 | 50 | ||
52 | noinst_HEADERS = srtp.h | 51 | noinst_HEADERS = srtp.h |