ssl/s3_enc.c: remove artefact.
authorAndy Polyakov <appro@openssl.org>
Fri, 8 Feb 2013 11:03:16 +0000 (12:03 +0100)
committerAndy Polyakov <appro@openssl.org>
Fri, 8 Feb 2013 11:03:16 +0000 (12:03 +0100)
ssl/s3_enc.c

index 409a15b8a75790a48e3860bf99d77cea71a24609..5d8f8ae52a1509e4f1cb1582f9da539694f6a7be 100644 (file)
@@ -504,8 +504,6 @@ int ssl3_enc(SSL *s, int send)
                
                EVP_Cipher(ds,rec->data,rec->input,l);
 
-               rec->orig_len = rec->length;
-
                if (s->read_hash != NULL)
                        mac_size = EVP_MD_size(s->read_hash);