X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Frecord%2Frecord.h;h=1b56a6dde5e28358afc111c529210c95d8b38b68;hp=c8c73d84706c897d1411b94cdf6ddc442898ec3c;hb=f482740f2389946b8738b963f2cf12c5a3b4d399;hpb=d3b324a1614c1fa8acaaa448eb2a101e49e86ee2;ds=sidebyside diff --git a/ssl/record/record.h b/ssl/record/record.h index c8c73d8470..1b56a6dde5 100644 --- a/ssl/record/record.h +++ b/ssl/record/record.h @@ -265,8 +265,6 @@ typedef struct record_layer_st { SSL3_BUFFER wbuf[SSL_MAX_PIPELINES]; /* each decoded record goes in here */ SSL3_RECORD rrec[SSL_MAX_PIPELINES]; - /* goes out from here */ - SSL3_RECORD wrec; /* used internally to point at a raw packet */ unsigned char *packet;