projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1703627
)
Fix warning: lenmax isn't used any more.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 24 Jan 2013 14:06:54 +0000
(14:06 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 24 Jan 2013 14:06:54 +0000
(14:06 +0000)
ssl/t1_lib.c
patch
|
blob
|
history
diff --git
a/ssl/t1_lib.c
b/ssl/t1_lib.c
index 1d2615bde1a47bbb1e918e9977a466c88e3220a2..a1a8badcda0b2d86b6dfdfc280a262ddd53764dc 100644
(file)
--- a/
ssl/t1_lib.c
+++ b/
ssl/t1_lib.c
@@
-1389,13
+1389,11
@@
unsigned char *ssl_add_clienthello_tlsext(SSL *s, unsigned char *p, unsigned cha
/* 1 byte for the list (we only support audit proofs) */
if (s->ctx->tlsext_authz_server_audit_proof_cb != NULL)
{
- size_t lenmax;
const unsigned short ext_len = 2;
const unsigned char list_len = 1;
if (limit < ret + 6)
return NULL;
- lenmax = limit - ret - 6;
s2n(TLSEXT_TYPE_server_authz, ret);
/* Extension length: 2 bytes */