|
|
|
@ -7759,6 +7759,7 @@ LIBBORINGSSL_SRC = \ |
|
|
|
|
third_party/boringssl/crypto/bytestring/ber.c \
|
|
|
|
|
third_party/boringssl/crypto/bytestring/cbb.c \
|
|
|
|
|
third_party/boringssl/crypto/bytestring/cbs.c \
|
|
|
|
|
third_party/boringssl/crypto/bytestring/unicode.c \
|
|
|
|
|
third_party/boringssl/crypto/chacha/chacha.c \
|
|
|
|
|
third_party/boringssl/crypto/cipher_extra/cipher_extra.c \
|
|
|
|
|
third_party/boringssl/crypto/cipher_extra/derive_key.c \
|
|
|
|
@ -7769,7 +7770,6 @@ LIBBORINGSSL_SRC = \ |
|
|
|
|
third_party/boringssl/crypto/cipher_extra/e_null.c \
|
|
|
|
|
third_party/boringssl/crypto/cipher_extra/e_rc2.c \
|
|
|
|
|
third_party/boringssl/crypto/cipher_extra/e_rc4.c \
|
|
|
|
|
third_party/boringssl/crypto/cipher_extra/e_ssl3.c \
|
|
|
|
|
third_party/boringssl/crypto/cipher_extra/e_tls.c \
|
|
|
|
|
third_party/boringssl/crypto/cipher_extra/tls_cbc.c \
|
|
|
|
|
third_party/boringssl/crypto/cmac/cmac.c \
|
|
|
|
@ -7790,7 +7790,7 @@ LIBBORINGSSL_SRC = \ |
|
|
|
|
third_party/boringssl/crypto/dsa/dsa.c \
|
|
|
|
|
third_party/boringssl/crypto/dsa/dsa_asn1.c \
|
|
|
|
|
third_party/boringssl/crypto/ec_extra/ec_asn1.c \
|
|
|
|
|
third_party/boringssl/crypto/ecdh/ecdh.c \
|
|
|
|
|
third_party/boringssl/crypto/ecdh_extra/ecdh_extra.c \
|
|
|
|
|
third_party/boringssl/crypto/ecdsa_extra/ecdsa_asn1.c \
|
|
|
|
|
third_party/boringssl/crypto/engine/engine.c \
|
|
|
|
|
third_party/boringssl/crypto/err/err.c \
|
|
|
|
@ -7813,6 +7813,7 @@ LIBBORINGSSL_SRC = \ |
|
|
|
|
third_party/boringssl/crypto/fipsmodule/bcm.c \
|
|
|
|
|
third_party/boringssl/crypto/fipsmodule/is_fips.c \
|
|
|
|
|
third_party/boringssl/crypto/hkdf/hkdf.c \
|
|
|
|
|
third_party/boringssl/crypto/hrss/hrss.c \
|
|
|
|
|
third_party/boringssl/crypto/lhash/lhash.c \
|
|
|
|
|
third_party/boringssl/crypto/mem.c \
|
|
|
|
|
third_party/boringssl/crypto/obj/obj.c \
|
|
|
|
@ -7843,6 +7844,7 @@ LIBBORINGSSL_SRC = \ |
|
|
|
|
third_party/boringssl/crypto/refcount_c11.c \
|
|
|
|
|
third_party/boringssl/crypto/refcount_lock.c \
|
|
|
|
|
third_party/boringssl/crypto/rsa_extra/rsa_asn1.c \
|
|
|
|
|
third_party/boringssl/crypto/rsa_extra/rsa_print.c \
|
|
|
|
|
third_party/boringssl/crypto/stack/stack.c \
|
|
|
|
|
third_party/boringssl/crypto/thread.c \
|
|
|
|
|
third_party/boringssl/crypto/thread_none.c \
|
|
|
|
@ -7919,6 +7921,7 @@ LIBBORINGSSL_SRC = \ |
|
|
|
|
third_party/boringssl/crypto/x509v3/v3_int.c \
|
|
|
|
|
third_party/boringssl/crypto/x509v3/v3_lib.c \
|
|
|
|
|
third_party/boringssl/crypto/x509v3/v3_ncons.c \
|
|
|
|
|
third_party/boringssl/crypto/x509v3/v3_ocsp.c \
|
|
|
|
|
third_party/boringssl/crypto/x509v3/v3_pci.c \
|
|
|
|
|
third_party/boringssl/crypto/x509v3/v3_pcia.c \
|
|
|
|
|
third_party/boringssl/crypto/x509v3/v3_pcons.c \
|
|
|
|
@ -7930,7 +7933,6 @@ LIBBORINGSSL_SRC = \ |
|
|
|
|
third_party/boringssl/crypto/x509v3/v3_sxnet.c \
|
|
|
|
|
third_party/boringssl/crypto/x509v3/v3_utl.c \
|
|
|
|
|
third_party/boringssl/ssl/bio_ssl.cc \
|
|
|
|
|
third_party/boringssl/ssl/custom_extensions.cc \
|
|
|
|
|
third_party/boringssl/ssl/d1_both.cc \
|
|
|
|
|
third_party/boringssl/ssl/d1_lib.cc \
|
|
|
|
|
third_party/boringssl/ssl/d1_pkt.cc \
|
|
|
|
@ -7967,6 +7969,11 @@ LIBBORINGSSL_SRC = \ |
|
|
|
|
third_party/boringssl/ssl/tls_method.cc \
|
|
|
|
|
third_party/boringssl/ssl/tls_record.cc \
|
|
|
|
|
third_party/boringssl/third_party/fiat/curve25519.c \
|
|
|
|
|
third_party/boringssl/third_party/sike/P503.c \
|
|
|
|
|
third_party/boringssl/third_party/sike/asm/fp_generic.c \
|
|
|
|
|
third_party/boringssl/third_party/sike/fpx.c \
|
|
|
|
|
third_party/boringssl/third_party/sike/isogeny.c \
|
|
|
|
|
third_party/boringssl/third_party/sike/sike.c \
|
|
|
|
|
|
|
|
|
|
PUBLIC_HEADERS_C += \
|
|
|
|
|
|
|
|
|
@ -7997,6 +8004,7 @@ LIBBORINGSSL_TEST_UTIL_SRC = \ |
|
|
|
|
third_party/boringssl/crypto/test/file_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/test/malloc.cc \
|
|
|
|
|
third_party/boringssl/crypto/test/test_util.cc \
|
|
|
|
|
third_party/boringssl/crypto/test/wycheproof_util.cc \
|
|
|
|
|
|
|
|
|
|
PUBLIC_HEADERS_CXX += \
|
|
|
|
|
|
|
|
|
@ -20168,8 +20176,10 @@ endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BORINGSSL_SSL_TEST_SRC = \
|
|
|
|
|
third_party/boringssl/crypto/test/abi_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/test/gtest_main.cc \
|
|
|
|
|
third_party/boringssl/ssl/span_test.cc \
|
|
|
|
|
third_party/boringssl/ssl/ssl_c_test.c \
|
|
|
|
|
third_party/boringssl/ssl/ssl_test.cc \
|
|
|
|
|
|
|
|
|
|
BORINGSSL_SSL_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(BORINGSSL_SSL_TEST_SRC))))
|
|
|
|
@ -20200,10 +20210,14 @@ endif |
|
|
|
|
$(BORINGSSL_SSL_TEST_OBJS): CPPFLAGS += -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX |
|
|
|
|
$(BORINGSSL_SSL_TEST_OBJS): CXXFLAGS += -fno-rtti -fno-exceptions |
|
|
|
|
$(BORINGSSL_SSL_TEST_OBJS): CFLAGS += -g |
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/test/abi_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/test/gtest_main.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/ssl/span_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/ssl/ssl_c_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/ssl/ssl_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
deps_boringssl_ssl_test: $(BORINGSSL_SSL_TEST_OBJS:.o=.dep) |
|
|
|
@ -20215,6 +20229,7 @@ endif |
|
|
|
|
|
|
|
|
|
BORINGSSL_CRYPTO_TEST_SRC = \
|
|
|
|
|
src/boringssl/crypto_test_data.cc \
|
|
|
|
|
third_party/boringssl/crypto/abi_self_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/asn1/asn1_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/base64/base64_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/bio/bio_test.cc \
|
|
|
|
@ -20226,13 +20241,14 @@ BORINGSSL_CRYPTO_TEST_SRC = \ |
|
|
|
|
third_party/boringssl/crypto/cmac/cmac_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/compiler_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/constant_time_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/cpu-arm-linux_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/curve25519/ed25519_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/curve25519/spake25519_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/curve25519/x25519_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/dh/dh_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/digest_extra/digest_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/dsa/dsa_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/ecdh/ecdh_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/ecdh_extra/ecdh_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/err/err_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/evp/evp_extra_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/evp/evp_test.cc \
|
|
|
|
@ -20243,24 +20259,33 @@ BORINGSSL_CRYPTO_TEST_SRC = \ |
|
|
|
|
third_party/boringssl/crypto/fipsmodule/ec/ec_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/fipsmodule/ec/p256-x86_64_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/fipsmodule/ecdsa/ecdsa_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/fipsmodule/md5/md5_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/fipsmodule/modes/gcm_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/fipsmodule/rand/ctrdrbg_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/fipsmodule/sha/sha_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/hkdf/hkdf_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/hmac_extra/hmac_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/hrss/hrss_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/impl_dispatch_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/lhash/lhash_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/obj/obj_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/pem/pem_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/pkcs7/pkcs7_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/pkcs8/pkcs12_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/pkcs8/pkcs8_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/poly1305/poly1305_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/pool/pool_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/rand_extra/rand_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/refcount_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/rsa_extra/rsa_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/self_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/stack/stack_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/test/abi_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/test/file_test_gtest.cc \
|
|
|
|
|
third_party/boringssl/crypto/test/gtest_main.cc \
|
|
|
|
|
third_party/boringssl/crypto/thread_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/x509/x509_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/x509/x509_time_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/x509v3/tab_test.cc \
|
|
|
|
|
third_party/boringssl/crypto/x509v3/v3name_test.cc \
|
|
|
|
|
|
|
|
|
@ -20294,6 +20319,8 @@ $(BORINGSSL_CRYPTO_TEST_OBJS): CXXFLAGS += -fno-rtti -fno-exceptions |
|
|
|
|
$(BORINGSSL_CRYPTO_TEST_OBJS): CFLAGS += -g |
|
|
|
|
$(OBJDIR)/$(CONFIG)/src/boringssl/crypto_test_data.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/abi_self_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/asn1/asn1_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/base64/base64_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
@ -20316,6 +20343,8 @@ $(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/compiler_test.o: $(LIBDIR)/$(C |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/constant_time_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/cpu-arm-linux_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/curve25519/ed25519_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/curve25519/spake25519_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
@ -20328,7 +20357,7 @@ $(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/digest_extra/digest_test.o: $( |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/dsa/dsa_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/ecdh/ecdh_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/ecdh_extra/ecdh_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/err/err_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
@ -20350,18 +20379,28 @@ $(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/fipsmodule/ec/p256-x86_64_test. |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/fipsmodule/ecdsa/ecdsa_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/fipsmodule/md5/md5_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/fipsmodule/modes/gcm_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/fipsmodule/rand/ctrdrbg_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/fipsmodule/sha/sha_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/hkdf/hkdf_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/hmac_extra/hmac_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/hrss/hrss_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/impl_dispatch_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/lhash/lhash_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/obj/obj_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/pem/pem_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/pkcs7/pkcs7_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/pkcs8/pkcs12_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
@ -20372,12 +20411,18 @@ $(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/poly1305/poly1305_test.o: $(LI |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/pool/pool_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/rand_extra/rand_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/refcount_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/rsa_extra/rsa_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/self_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/stack/stack_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/test/abi_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/test/file_test_gtest.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/test/gtest_main.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
@ -20386,6 +20431,8 @@ $(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/thread_test.o: $(LIBDIR)/$(CON |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/x509/x509_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/x509/x509_time_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/x509v3/tab_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/x509v3/v3name_test.o: $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a |
|
|
|
|