You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2018/01/27 16:39:49 UTC

[trafficserver] 02/03: Make tests compilable

This is an automated email from the ASF dual-hosted git repository.

maskit pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 90ea93d5e7cc0a2f79075067ea155118a0380c90
Author: Masakazu Kitajo <ma...@apache.org>
AuthorDate: Sun Jan 28 00:33:36 2018 +0900

    Make tests compilable
---
 iocore/net/quic/Mock.h           | 2 +-
 iocore/net/quic/test/Makefile.am | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/iocore/net/quic/Mock.h b/iocore/net/quic/Mock.h
index a25fea8..5b446cb 100644
--- a/iocore/net/quic/Mock.h
+++ b/iocore/net/quic/Mock.h
@@ -453,7 +453,7 @@ class MockQUICCrypto : public QUICCrypto
 public:
   MockQUICCrypto() : QUICCrypto() {}
 
-  bool
+  int
   handshake(uint8_t *out, size_t &out_len, size_t max_out_len, const uint8_t *in, size_t in_len) override
   {
     return true;
diff --git a/iocore/net/quic/test/Makefile.am b/iocore/net/quic/test/Makefile.am
index 7c9a303..51c1c19 100644
--- a/iocore/net/quic/test/Makefile.am
+++ b/iocore/net/quic/test/Makefile.am
@@ -363,6 +363,8 @@ test_QUICCrypto_LDADD = \
   @OPENSSL_LIBS@ \
   $(top_builddir)/lib/ts/libtsutil.la \
   $(top_builddir)/proxy/shared/libUglyLogStubs.a \
+  $(top_builddir)/lib/records/librecords_p.a \
+  $(top_builddir)/mgmt/libmgmt_p.la \
   $(top_builddir)/iocore/eventsystem/libinkevent.a
 
 test_QUICCrypto_SOURCES = \

-- 
To stop receiving notification emails like this one, please contact
maskit@apache.org.