diff options
Diffstat (limited to 'src/libtls/tls.c')
-rw-r--r-- | src/libtls/tls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtls/tls.c b/src/libtls/tls.c index 6a8d5030c..201612470 100644 --- a/src/libtls/tls.c +++ b/src/libtls/tls.c @@ -487,7 +487,7 @@ tls_t *tls_create(bool is_server, identification_t *server, this->alert, peer, server)->handshake; } this->fragmentation = tls_fragmentation_create(this->handshake, this->alert, - this->application); + this->application, purpose); this->compression = tls_compression_create(this->fragmentation, this->alert); this->protection = tls_protection_create(this->compression, this->alert); this->crypto->set_protection(this->crypto, this->protection); |