diff options
author | lloyd <[email protected]> | 2012-09-07 19:48:38 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-09-07 19:48:38 +0000 |
commit | b6413e5caa243c069525ed35b5affb24f64dab8d (patch) | |
tree | 85335722ab37d9182c3553649677f7030c2aa540 /src/tls/tls_messages.h | |
parent | 121af24187205a5c4c3f816c0abb53c399255026 (diff) |
Avoid another instance of pulling the key out of the certificate
Diffstat (limited to 'src/tls/tls_messages.h')
-rw-r--r-- | src/tls/tls_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls/tls_messages.h b/src/tls/tls_messages.h index 5a9363669..b37d630f8 100644 --- a/src/tls/tls_messages.h +++ b/src/tls/tls_messages.h @@ -240,7 +240,7 @@ class Client_Key_Exchange : public Handshake_Message Handshake_State& state, const Policy& policy, Credentials_Manager& creds, - const std::vector<X509_Certificate>& peer_certs, + const Public_Key* server_public_key, const std::string& hostname, RandomNumberGenerator& rng); |