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 /ssl/Makefile.am | |
parent | 5ec2c381e4ac48e588a093be5faf04919523da32 (diff) | |
download | portable-9be0359cc3b8e0601ad82cb432c534e34cd11862.tar.gz portable-9be0359cc3b8e0601ad82cb432c534e34cd11862.tar.bz2 portable-9be0359cc3b8e0601ad82cb432c534e34cd11862.zip |
Remove ssl/t1_reneg.c
Diffstat (limited to 'ssl/Makefile.am')
-rw-r--r-- | ssl/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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 |