aboutsummaryrefslogtreecommitdiff
path: root/cc/prf
diff options
context:
space:
mode:
authortholenst <tholenst@google.com>2020-03-04 05:52:35 -0800
committerCopybara-Service <copybara-worker@google.com>2020-03-04 05:53:16 -0800
commit7c85e1a16d2b4d9b11ad2df7f588ea460558f864 (patch)
tree199f919de7a59ebe579affd07d5b453472f732d1 /cc/prf
parent0419c0b408e442c11e6f40a80c1c3aa2f2b472e6 (diff)
downloadtink-7c85e1a16d2b4d9b11ad2df7f588ea460558f864.tar.gz
Add the capability of making submodules to Tink CMake and use it in one place.
PiperOrigin-RevId: 298831408
Diffstat (limited to 'cc/prf')
-rw-r--r--cc/prf/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/cc/prf/CMakeLists.txt b/cc/prf/CMakeLists.txt
index 725403730..c41ee571f 100644
--- a/cc/prf/CMakeLists.txt
+++ b/cc/prf/CMakeLists.txt
@@ -8,8 +8,8 @@ tink_cc_library(
tink::core::input_stream
tink::core::key_type_manager
tink::subtle::subtle
- tink::subtle_prf::hkdf_streaming_prf
- tink::subtle_prf::streaming_prf
+ tink::subtle::prf::hkdf_streaming_prf
+ tink::subtle::prf::streaming_prf
tink::util::constants
tink::util::enums
tink::util::status
@@ -48,8 +48,8 @@ tink_cc_test(
SRCS hkdf_prf_key_manager_test.cc
DEPS
tink::prf::hkdf_prf_key_manager
- tink::subtle_prf::hkdf_streaming_prf
- tink::subtle_prf::streaming_prf
+ tink::subtle::prf::hkdf_streaming_prf
+ tink::subtle::prf::streaming_prf
tink::subtle::subtle
tink::util::input_stream_util
tink::util::test_matchers