@@ -163,7 +163,7 @@ cpp_server_ct_mirror_LDADD = \
163163 $(json_c_LIBS ) \
164164 $(libevent_LIBS ) \
165165 $(leveldb_LIBS ) \
166- -lcrypto -lprotobuf -lsqlite3
166+ -lcrypto -lssl - lprotobuf -lsqlite3 -levhtp
167167cpp_server_ct_mirror_SOURCES = \
168168 cpp/client/async_log_client.cc \
169169 cpp/fetcher/remote_peer.cc \
@@ -189,7 +189,7 @@ cpp_server_ct_server_LDADD = \
189189 $(json_c_LIBS ) \
190190 $(libevent_LIBS ) \
191191 $(leveldb_LIBS ) \
192- -lcrypto -lprotobuf -lsqlite3
192+ -lcrypto -lssl - lprotobuf -lsqlite3 -levhtp
193193cpp_server_ct_server_SOURCES = \
194194 cpp/client/async_log_client.cc \
195195 cpp/proto/serializer.cc \
@@ -213,7 +213,7 @@ cpp_tools_ct_clustertool_LDADD = \
213213 cpp/libcore.a \
214214 $(json_c_LIBS ) \
215215 $(libevent_LIBS ) \
216- -lprotobuf -lcrypto -lsqlite3
216+ -lprotobuf -lcrypto -lssl - lsqlite3 -levhtp
217217cpp_tools_ct_clustertool_SOURCES = \
218218 cpp/proto/serializer.cc \
219219 cpp/tools/clustertool_main.cc \
@@ -229,7 +229,7 @@ cpp_client_ct_LDADD = \
229229 cpp/libcore.a \
230230 $(json_c_LIBS ) \
231231 $(libevent_LIBS ) \
232- -lprotobuf -lcrypto -lssl -lsqlite3
232+ -lprotobuf -lcrypto -lssl -lsqlite3 -levhtp
233233cpp_client_ct_SOURCES = \
234234 cpp/client/async_log_client.cc \
235235 cpp/client/client.cc \
@@ -272,7 +272,8 @@ cpp_tools_dump_sth_SOURCES = \
272272cpp_tools_etcd_watch_LDADD = \
273273 cpp/libcore.a \
274274 $(json_c_LIBS ) \
275- $(libevent_LIBS )
275+ $(libevent_LIBS ) \
276+ -lcrypto -lssl -levhtp
276277cpp_tools_etcd_watch_SOURCES = \
277278 cpp/tools/etcd_watch.cc \
278279 cpp/util/json_wrapper.cc \
@@ -281,7 +282,8 @@ cpp_tools_etcd_watch_SOURCES = \
281282cpp_util_bench_etcd_LDADD = \
282283 cpp/libcore.a \
283284 $(json_c_LIBS ) \
284- $(libevent_LIBS )
285+ $(libevent_LIBS ) \
286+ -lcrypto -lssl -levhtp
285287cpp_util_bench_etcd_SOURCES = \
286288 cpp/util/bench_etcd.cc \
287289 cpp/util/json_wrapper.cc \
@@ -291,7 +293,7 @@ cpp_util_etcd_masterelection_LDADD = \
291293 cpp/libcore.a \
292294 $(json_c_LIBS ) \
293295 $(libevent_LIBS ) \
294- -lprotobuf
296+ -lprotobuf -lcrypto -lssl -levhtp
295297cpp_util_etcd_masterelection_SOURCES = \
296298 cpp/util/etcd_masterelection.cc \
297299 cpp/util/json_wrapper.cc \
@@ -312,7 +314,7 @@ cpp_log_cluster_state_controller_test_LDADD = \
312314 $(json_c_LIBS ) \
313315 $(libevent_LIBS ) \
314316 $(leveldb_LIBS ) \
315- -lprotobuf -lsqlite3 -lcrypto
317+ -lprotobuf -lsqlite3 -lcrypto -lssl -levhtp
316318cpp_log_cluster_state_controller_test_SOURCES = \
317319 cpp/client/async_log_client.cc \
318320 cpp/log/cluster_state_controller_test.cc \
@@ -343,7 +345,7 @@ cpp_log_etcd_consistent_store_test_LDADD = \
343345 cpp/libtest.a \
344346 $(json_c_LIBS ) \
345347 $(libevent_LIBS ) \
346- -lprotobuf -lcrypto
348+ -lprotobuf -lcrypto -lssl -levhtp
347349cpp_log_etcd_consistent_store_test_SOURCES = \
348350 cpp/log/etcd_consistent_store_test.cc \
349351 cpp/proto/serializer.cc \
@@ -373,7 +375,7 @@ cpp_log_frontend_signer_test_LDADD = \
373375 $(json_c_LIBS ) \
374376 $(libevent_LIBS ) \
375377 $(leveldb_LIBS ) \
376- -lprotobuf -lcrypto -lsqlite3
378+ -lprotobuf -lcrypto -lssl - lsqlite3 -levhtp
377379cpp_log_frontend_signer_test_SOURCES = \
378380 cpp/log/frontend_signer_test.cc \
379381 cpp/log/test_signer.cc \
@@ -391,7 +393,7 @@ cpp_log_log_lookup_test_LDADD = \
391393 $(json_c_LIBS ) \
392394 $(libevent_LIBS ) \
393395 $(leveldb_LIBS ) \
394- -lprotobuf -lcrypto -lsqlite3
396+ -lprotobuf -lcrypto -lssl - lsqlite3 -levhtp
395397cpp_log_log_lookup_test_SOURCES = \
396398 cpp/log/log_lookup_test.cc \
397399 cpp/log/test_signer.cc \
@@ -429,7 +431,7 @@ cpp_log_strict_consistent_store_test_LDADD = \
429431 cpp/libtest.a \
430432 $(json_c_LIBS ) \
431433 $(libevent_LIBS ) \
432- -lprotobuf
434+ -lprotobuf -lcrypto -lssl -levhtp
433435cpp_log_strict_consistent_store_test_SOURCES = \
434436 cpp/log/strict_consistent_store_cert.cc \
435437 cpp/log/strict_consistent_store_test.cc \
@@ -444,7 +446,7 @@ cpp_log_tree_signer_test_LDADD = \
444446 $(json_c_LIBS ) \
445447 $(libevent_LIBS ) \
446448 $(leveldb_LIBS ) \
447- -lprotobuf -lcrypto -lsqlite3
449+ -lprotobuf -lcrypto -lssl - lsqlite3 -levhtp
448450cpp_log_tree_signer_test_SOURCES = \
449451 cpp/log/test_signer.cc \
450452 cpp/log/tree_signer_test.cc \
@@ -522,7 +524,7 @@ cpp_server_proxy_test_LDADD = \
522524 cpp/libtest.a \
523525 $(json_c_LIBS ) \
524526 $(libevent_LIBS ) \
525- -lprotobuf
527+ -lprotobuf -lcrypto -lssl -levhtp
526528cpp_server_proxy_test_SOURCES = \
527529 cpp/server/json_output.cc \
528530 cpp/server/proxy.cc \
@@ -535,7 +537,8 @@ cpp_util_etcd_delete_test_LDADD = \
535537 cpp/libcore.a \
536538 cpp/libtest.a \
537539 $(json_c_LIBS ) \
538- $(libevent_LIBS )
540+ $(libevent_LIBS ) \
541+ -lcrypto -lssl -levhtp
539542cpp_util_etcd_delete_test_SOURCES = \
540543 cpp/util/etcd_delete_test.cc \
541544 cpp/util/json_wrapper.cc \
@@ -546,7 +549,8 @@ cpp_util_etcd_test_LDADD = \
546549 cpp/libcore.a \
547550 cpp/libtest.a \
548551 $(json_c_LIBS ) \
549- $(libevent_LIBS )
552+ $(libevent_LIBS ) \
553+ -lcrypto -lssl -levhtp
550554cpp_util_etcd_test_SOURCES = \
551555 cpp/util/etcd_test.cc \
552556 cpp/util/json_wrapper.cc \
@@ -556,7 +560,8 @@ cpp_util_fake_etcd_test_LDADD = \
556560 cpp/libcore.a \
557561 cpp/libtest.a \
558562 $(json_c_LIBS ) \
559- $(libevent_LIBS )
563+ $(libevent_LIBS ) \
564+ -lcrypto -lssl -levhtp
560565cpp_util_fake_etcd_test_SOURCES = \
561566 cpp/util/fake_etcd_test.cc \
562567 cpp/util/json_wrapper.cc \
@@ -575,7 +580,8 @@ cpp_util_json_wrapper_test_SOURCES = \
575580cpp_util_libevent_wrapper_test_LDADD = \
576581 cpp/libcore.a \
577582 cpp/libtest.a \
578- $(libevent_LIBS )
583+ $(libevent_LIBS ) \
584+ -lcrypto -lssl -levhtp
579585cpp_util_libevent_wrapper_test_SOURCES = \
580586 cpp/util/libevent_wrapper.cc \
581587 cpp/util/libevent_wrapper_test.cc
@@ -586,7 +592,7 @@ cpp_util_masterelection_test_LDADD = \
586592 $(json_c_LIBS ) \
587593 $(libevent_LIBS ) \
588594 $(leveldb_LIBS ) \
589- -lprotobuf
595+ -lprotobuf -lcrypto -lssl -levhtp
590596cpp_util_masterelection_test_SOURCES = \
591597 cpp/util/json_wrapper.cc \
592598 cpp/util/libevent_wrapper.cc \
@@ -598,7 +604,7 @@ cpp_merkletree_merkle_tree_test_LDADD = \
598604 cpp/libcore.a \
599605 cpp/libtest.a \
600606 $(libevent_LIBS ) \
601- -lcrypto
607+ -lcrypto -lssl -levhtp
602608cpp_merkletree_merkle_tree_test_SOURCES = \
603609 cpp/util/util.cc \
604610 cpp/merkletree/merkle_tree_test.cc
@@ -607,7 +613,7 @@ cpp_merkletree_serial_hasher_test_LDADD = \
607613 cpp/libcore.a \
608614 cpp/libtest.a \
609615 $(libevent_LIBS ) \
610- -lcrypto
616+ -lcrypto -lssl -levhtp
611617cpp_merkletree_serial_hasher_test_SOURCES = \
612618 cpp/util/util.cc \
613619 cpp/merkletree/serial_hasher_test.cc
@@ -616,31 +622,34 @@ cpp_merkletree_tree_hasher_test_LDADD = \
616622 cpp/libcore.a \
617623 cpp/libtest.a \
618624 $(libevent_LIBS ) \
619- -lcrypto
625+ -lcrypto -lssl -levhtp
620626cpp_merkletree_tree_hasher_test_SOURCES = \
621627 cpp/util/util.cc \
622628 cpp/merkletree/tree_hasher_test.cc
623629
624630cpp_util_sync_task_test_LDADD = \
625631 cpp/libcore.a \
626632 cpp/libtest.a \
627- $(libevent_LIBS )
633+ $(libevent_LIBS ) \
634+ -lcrypto -lssl -levhtp
628635cpp_util_sync_task_test_SOURCES = \
629636 cpp/util/sync_task_test.cc \
630637 cpp/util/thread_pool.cc
631638
632639cpp_util_task_test_LDADD = \
633640 cpp/libcore.a \
634641 cpp/libtest.a \
635- $(libevent_LIBS )
642+ $(libevent_LIBS ) \
643+ -lcrypto -lssl -levhtp
636644cpp_util_task_test_SOURCES = \
637645 cpp/util/task_test.cc \
638646 cpp/util/thread_pool.cc
639647
640648cpp_util_thread_pool_test_LDADD = \
641649 cpp/libcore.a \
642650 cpp/libtest.a \
643- $(libevent_LIBS )
651+ $(libevent_LIBS ) \
652+ -lcrypto -lssl -levhtp
644653cpp_util_thread_pool_test_SOURCES = \
645654 cpp/util/thread_pool_test.cc \
646655 cpp/util/thread_pool.cc
@@ -649,7 +658,7 @@ cpp_log_cert_checker_test_LDADD = \
649658 cpp/libcore.a \
650659 cpp/libtest.a \
651660 $(libevent_LIBS ) \
652- -lcrypto
661+ -lcrypto -lssl -levhtp
653662cpp_log_cert_checker_test_SOURCES = \
654663 cpp/log/cert_checker_test.cc \
655664 cpp/util/openssl_util.cc \
@@ -659,7 +668,7 @@ cpp_log_cert_submission_handler_test_LDADD = \
659668 cpp/libcore.a \
660669 cpp/libtest.a \
661670 $(libevent_LIBS ) \
662- -lprotobuf -lcrypto
671+ -lprotobuf -lcrypto -lssl -levhtp
663672cpp_log_cert_submission_handler_test_SOURCES = \
664673 cpp/log/cert_submission_handler_test.cc \
665674 cpp/util/openssl_util.cc \
@@ -669,7 +678,7 @@ cpp_log_cert_test_LDADD = \
669678 cpp/libcore.a \
670679 cpp/libtest.a \
671680 $(libevent_LIBS ) \
672- -lcrypto
681+ -lcrypto -lssl -levhtp
673682cpp_log_cert_test_SOURCES = \
674683 cpp/log/cert_test.cc \
675684 cpp/util/openssl_util.cc \
@@ -679,7 +688,7 @@ cpp_log_ct_extensions_test_LDADD = \
679688 cpp/libcore.a \
680689 cpp/libtest.a \
681690 $(libevent_LIBS ) \
682- -lcrypto
691+ -lcrypto -lssl -levhtp
683692cpp_log_ct_extensions_test_SOURCES = \
684693 cpp/log/ct_extensions_test.cc \
685694 cpp/util/openssl_util.cc \
@@ -690,7 +699,7 @@ cpp_log_database_large_test_LDADD = \
690699 cpp/libtest.a \
691700 $(libevent_LIBS ) \
692701 $(leveldb_LIBS ) \
693- -lprotobuf -lcrypto -lsqlite3
702+ -lprotobuf -lcrypto -lssl - lsqlite3 -levhtp
694703cpp_log_database_large_test_SOURCES = \
695704 cpp/log/database_large_test.cc \
696705 cpp/log/test_signer.cc \
@@ -704,7 +713,7 @@ cpp_log_frontend_test_LDADD = \
704713 $(json_c_LIBS ) \
705714 $(libevent_LIBS ) \
706715 $(leveldb_LIBS ) \
707- -lprotobuf -lcrypto -lsqlite3
716+ -lprotobuf -lcrypto -lssl - lsqlite3 -levhtp
708717cpp_log_frontend_test_SOURCES = \
709718 cpp/log/frontend_test.cc \
710719 cpp/log/test_signer.cc \
@@ -721,7 +730,7 @@ cpp_merkletree_merkle_tree_large_test_LDADD = \
721730 cpp/libcore.a \
722731 cpp/libtest.a \
723732 $(libevent_LIBS ) \
724- -lcrypto
733+ -lcrypto -lssl -levhtp
725734cpp_merkletree_merkle_tree_large_test_SOURCES = \
726735 cpp/merkletree/merkle_tree_large_test.cc \
727736 cpp/util/util.cc
0 commit comments