From 4eec4779dd2c455310fd45c7ec8a41dac69c78bf Mon Sep 17 00:00:00 2001 From: Ivan Petrov Date: Fri, 28 Jun 2024 11:01:39 +0000 Subject: [PATCH] Update crypto utils BUILD Change-Id: I2303f130a224b33a737d3bdbea9313191357d080 --- cc/crypto/hpke/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc/crypto/hpke/BUILD b/cc/crypto/hpke/BUILD index c2a748afec..fe8888dec4 100644 --- a/cc/crypto/hpke/BUILD +++ b/cc/crypto/hpke/BUILD @@ -71,7 +71,7 @@ cc_test( deps = [ ":recipient_context", ":sender_context", - "//cc/crypto/hpke:utils", + ":utils", "//proto/crypto:crypto_cc_proto", "@boringssl//:crypto", "@com_google_absl//absl/status",