diff options
Diffstat (limited to 'src/lib/libssl/d1_pkt.c')
| -rw-r--r-- | src/lib/libssl/d1_pkt.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libssl/d1_pkt.c b/src/lib/libssl/d1_pkt.c index 3b3fd95f6f..504044d8af 100644 --- a/src/lib/libssl/d1_pkt.c +++ b/src/lib/libssl/d1_pkt.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: d1_pkt.c,v 1.96 2021/05/16 13:56:30 jsing Exp $ */ | 1 | /* $OpenBSD: d1_pkt.c,v 1.97 2021/06/11 11:13:53 jsing Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * DTLS implementation written by Nagendra Modadugu | 3 | * DTLS implementation written by Nagendra Modadugu |
| 4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. | 4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. |
| @@ -244,10 +244,10 @@ dtls1_buffer_record(SSL *s, record_pqueue *queue, unsigned char *priority) | |||
| 244 | 244 | ||
| 245 | return (1); | 245 | return (1); |
| 246 | 246 | ||
| 247 | err: | 247 | err: |
| 248 | ssl3_release_buffer(&rdata->rbuf); | 248 | ssl3_release_buffer(&rdata->rbuf); |
| 249 | 249 | ||
| 250 | init_err: | 250 | init_err: |
| 251 | SSLerror(s, ERR_R_INTERNAL_ERROR); | 251 | SSLerror(s, ERR_R_INTERNAL_ERROR); |
| 252 | free(rdata); | 252 | free(rdata); |
| 253 | pitem_free(item); | 253 | pitem_free(item); |
| @@ -377,7 +377,7 @@ dtls1_get_record(SSL *s) | |||
| 377 | 377 | ||
| 378 | /* get something from the wire */ | 378 | /* get something from the wire */ |
| 379 | if (0) { | 379 | if (0) { |
| 380 | again: | 380 | again: |
| 381 | /* dump this record on all retries */ | 381 | /* dump this record on all retries */ |
| 382 | rr->length = 0; | 382 | rr->length = 0; |
| 383 | s->internal->packet_length = 0; | 383 | s->internal->packet_length = 0; |
