diff options
Diffstat (limited to 'src/lib/libssl/s3_both.c')
-rw-r--r-- | src/lib/libssl/s3_both.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/s3_both.c b/src/lib/libssl/s3_both.c index 52af34a809..51429d907a 100644 --- a/src/lib/libssl/s3_both.c +++ b/src/lib/libssl/s3_both.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: s3_both.c,v 1.49 2016/12/06 13:17:52 jsing Exp $ */ | 1 | /* $OpenBSD: s3_both.c,v 1.50 2016/12/30 15:12:45 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -478,7 +478,6 @@ ssl3_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok) | |||
478 | goto f_err; | 478 | goto f_err; |
479 | } | 479 | } |
480 | 480 | ||
481 | /* XXX remove call to n2l3 */ | ||
482 | CBS_init(&cbs, p, 4); | 481 | CBS_init(&cbs, p, 4); |
483 | if (!CBS_get_u8(&cbs, &u8) || | 482 | if (!CBS_get_u8(&cbs, &u8) || |
484 | !CBS_get_u24(&cbs, &l)) { | 483 | !CBS_get_u24(&cbs, &l)) { |