diff options
| author | Brent Cook <bcook@openbsd.org> | 2015-08-30 22:25:32 -0500 |
|---|---|---|
| committer | Brent Cook <bcook@openbsd.org> | 2015-08-30 22:26:12 -0500 |
| commit | 058df4a2341257b438edb68b74dbad12ad174a88 (patch) | |
| tree | f98d6533bf603ea3231e677601770bf61bee19d7 /ssl | |
| parent | 4e2763575fa2bf7a5e0fa5888498601778f36b82 (diff) | |
| download | portable-058df4a2341257b438edb68b74dbad12ad174a88.tar.gz portable-058df4a2341257b438edb68b74dbad12ad174a88.tar.bz2 portable-058df4a2341257b438edb68b74dbad12ad174a88.zip | |
Delete s3_meth.c since it was only for SSLv3 support.
Diffstat (limited to 'ssl')
| -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 6c36cf2..c9b97f7 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am | |||
| @@ -31,7 +31,6 @@ libssl_la_SOURCES += s3_cbc.c | |||
| 31 | libssl_la_SOURCES += s3_clnt.c | 31 | libssl_la_SOURCES += s3_clnt.c |
| 32 | libssl_la_SOURCES += s3_enc.c | 32 | libssl_la_SOURCES += s3_enc.c |
| 33 | libssl_la_SOURCES += s3_lib.c | 33 | libssl_la_SOURCES += s3_lib.c |
| 34 | libssl_la_SOURCES += s3_meth.c | ||
| 35 | libssl_la_SOURCES += s3_pkt.c | 34 | libssl_la_SOURCES += s3_pkt.c |
| 36 | libssl_la_SOURCES += s3_srvr.c | 35 | libssl_la_SOURCES += s3_srvr.c |
| 37 | libssl_la_SOURCES += ssl_algs.c | 36 | libssl_la_SOURCES += ssl_algs.c |
