commit | bb24eea09c141bc3213f78f1c9029b8dcebdf814 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Fri Sep 17 18:21:56 2021 -0700 |
committer | Yifan Hong <elsk@google.com> | Mon Sep 20 15:45:28 2021 -0700 |
tree | 7e3951fcbdb415e2bf2eec4ed2a0617a6edd3649 | |
parent | 22a54f6a5fbbc38292b919b9483011071745ed8c [diff] [blame] |
binder: RpcCertificateUtils -> RpcTlsUtils. There will be key utils in this file as well. Test: pass Bug: 199344157 Change-Id: I1cc4c14a0663c0e9f0832a3bfad6cc9464a27e2d
diff --git a/libs/binder/tests/RpcCertificateVerifierSimple.cpp b/libs/binder/tests/RpcCertificateVerifierSimple.cpp index 4694d1b..da98f59 100644 --- a/libs/binder/tests/RpcCertificateVerifierSimple.cpp +++ b/libs/binder/tests/RpcCertificateVerifierSimple.cpp
@@ -16,7 +16,7 @@ #define LOG_TAG "RpcCertificateVerifierSimple" #include <log/log.h> -#include <binder/RpcCertificateUtils.h> +#include <binder/RpcTlsUtils.h> #include "RpcCertificateVerifierSimple.h"