commit | 3243728b44f03aeea853b2abb1ea0dae3466dd82 | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Sat Oct 10 16:15:37 2020 -0700 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Sat Oct 10 16:17:21 2020 -0700 |
tree | a1954475a740677882242aa0ed6f96e4e6949025 | |
parent | 41c11530782faca2b16a5211d5b10824ecbe8e57 [diff] |
remove using std Change-Id: I268a92200a397f4fba0458f951f0a10b25ac0836
diff --git a/src/protocol-detail/new-renew-revoke.cpp b/src/protocol-detail/new-renew-revoke.cpp index f153c40..75ffab7 100644 --- a/src/protocol-detail/new-renew-revoke.cpp +++ b/src/protocol-detail/new-renew-revoke.cpp
@@ -71,7 +71,7 @@ requestPayload.parse(); security::Certificate cert = security::Certificate(requestPayload.get(tlv::Data)); - clientCert = make_shared<security::Certificate>(cert); + clientCert =std::make_shared<security::Certificate>(cert); } Block