summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s3_both.c
diff options
context:
space:
mode:
authorjsing <>2016-12-30 15:12:45 +0000
committerjsing <>2016-12-30 15:12:45 +0000
commit88ff2e52fac94c4fe54e003e48b26cf5f092fa8f (patch)
tree181f33295cd92939a2f40fbac5ffd3867b7415c1 /src/lib/libssl/s3_both.c
parent3dafaaa6898a7483168a8940c80b6bb2050262a3 (diff)
downloadopenbsd-88ff2e52fac94c4fe54e003e48b26cf5f092fa8f.tar.gz
openbsd-88ff2e52fac94c4fe54e003e48b26cf5f092fa8f.tar.bz2
openbsd-88ff2e52fac94c4fe54e003e48b26cf5f092fa8f.zip
Remove now unused c2l, c2ln, l2c, n2l, l2cn and n2l3 macros.
Diffstat (limited to '')
-rw-r--r--src/lib/libssl/s3_both.c3
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)) {