diff options
Diffstat (limited to 'src/charon/plugins/eap_tls/tls/tls_crypto.c')
-rw-r--r-- | src/charon/plugins/eap_tls/tls/tls_crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/plugins/eap_tls/tls/tls_crypto.c b/src/charon/plugins/eap_tls/tls/tls_crypto.c index 829d29a89..e0977216e 100644 --- a/src/charon/plugins/eap_tls/tls/tls_crypto.c +++ b/src/charon/plugins/eap_tls/tls/tls_crypto.c @@ -363,7 +363,7 @@ METHOD(tls_crypto_t, derive_master_secret, void, if (this->crypter_out) { eks = this->crypter_out->get_key_size(this->crypter_out); - if (this->tls->get_version(this->tls) < TLS_1_2) + if (this->tls->get_version(this->tls) < TLS_1_1) { ivs = this->crypter_out->get_block_size(this->crypter_out); } |