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:
b9865f1
)
signed vs. unsigned
author
Nils Larsch
<nils@openssl.org>
Mon, 13 Mar 2006 22:07:05 +0000
(22:07 +0000)
committer
Nils Larsch
<nils@openssl.org>
Mon, 13 Mar 2006 22:07:05 +0000
(22:07 +0000)
ssl/t1_lib.c
patch
|
blob
|
history
diff --git
a/ssl/t1_lib.c
b/ssl/t1_lib.c
index 330963ecabbbcd2838bc45898689934c53501f8f..cdcc0598c2273a9d12df37ddc2af45691bd5ce3b 100644
(file)
--- a/
ssl/t1_lib.c
+++ b/
ssl/t1_lib.c
@@
-629,7
+629,7
@@
int ssl_check_serverhello_tlsext(SSL *s)
((algs & SSL_kECDH) || (algs & SSL_kECDHE) || (algs & SSL_aECDSA)))
{
/* we are using an ECC cipher */
-
in
t i;
+
size_
t i;
unsigned char *list;
int found_uncompressed = 0;
if ((s->session->tlsext_ecpointformatlist == NULL) || (s->session->tlsext_ecpointformatlist_length <= 0))