Fix dtls_get_max_record_overhead()
[openssl.git] / ssl / record / methods / tls13_meth.c
index 5cd40a4fe2fc27198eaaf294330b64d642162e0c..3ce52b380a70d83451898be478ec9a3fe9daf6ca 100644 (file)
@@ -39,8 +39,6 @@ static int tls13_set_crypto_state(OSSL_RECORD_LAYER *rl, int level,
         return OSSL_RECORD_RETURN_FATAL;
     }
 
-    rl->taglen = taglen;
-
     mode = EVP_CIPHER_get_mode(ciph);
 
     if (EVP_CipherInit_ex(ciph_ctx, ciph, NULL, NULL, NULL, enc) <= 0