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/RpcTransportTls.cpp b/libs/binder/RpcTransportTls.cpp
index 79445d9..e55da77 100644
--- a/libs/binder/RpcTransportTls.cpp
+++ b/libs/binder/RpcTransportTls.cpp
@@ -22,7 +22,7 @@
 #include <openssl/bn.h>
 #include <openssl/ssl.h>
 
-#include <binder/RpcCertificateUtils.h>
+#include <binder/RpcTlsUtils.h>
 #include <binder/RpcTransportTls.h>
 
 #include "FdTrigger.h"