binder: CertificateFormat -> RpcCertificateFormat.
Fixes: 199553357
Test: TH
Change-Id: Ifaea4598f125ac5a8395ea30729a0059a792efbb
diff --git a/libs/binder/tests/RpcCertificateVerifierSimple.h b/libs/binder/tests/RpcCertificateVerifierSimple.h
index 02aa3c6..1f2e531 100644
--- a/libs/binder/tests/RpcCertificateVerifierSimple.h
+++ b/libs/binder/tests/RpcCertificateVerifierSimple.h
@@ -22,7 +22,7 @@
#include <openssl/ssl.h>
-#include <binder/CertificateFormat.h>
+#include <binder/RpcCertificateFormat.h>
#include <binder/RpcCertificateVerifier.h>
namespace android {
@@ -42,7 +42,7 @@
// Caller must ensure that RpcTransportCtx::newTransport() are called after all trusted peer
// certificates are added. Otherwise, RpcTransport-s created before may not trust peer
// certificates added later.
- [[nodiscard]] status_t addTrustedPeerCertificate(CertificateFormat format,
+ [[nodiscard]] status_t addTrustedPeerCertificate(RpcCertificateFormat format,
const std::vector<uint8_t>& cert);
private: