aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/cert_req.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls/cert_req.cpp')
-rw-r--r--src/tls/cert_req.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tls/cert_req.cpp b/src/tls/cert_req.cpp
index 85c017fac..78c786262 100644
--- a/src/tls/cert_req.cpp
+++ b/src/tls/cert_req.cpp
@@ -89,8 +89,8 @@ void Certificate_Req::deserialize(const MemoryRegion<byte>& buf)
* Create a new Certificate message
*/
Certificate::Certificate(Record_Writer& writer,
- const std::vector<X509_Certificate>& cert_list,
- TLS_Handshake_Hash& hash)
+ TLS_Handshake_Hash& hash,
+ const std::vector<X509_Certificate>& cert_list)
{
certs = cert_list;
send(writer, hash);