summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2010-09-05 16:34:49 +0000
committerBen Laurie <ben@openssl.org>2010-09-05 16:34:49 +0000
commit5df2a2497a3e1ad7d5a386bbe34d3be9eb3a0ba3 (patch)
tree27843575c366be3f4977c58dcfb73e4fad8b5587 /ssl
parent4ed7b78b560e9eee7c8e201824a065c2de281ba8 (diff)
Fix warnings.
Diffstat (limited to 'ssl')
-rw-r--r--ssl/s3_srvr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c
index bc6ece47c1..56611996b3 100644
--- a/ssl/s3_srvr.c
+++ b/ssl/s3_srvr.c
@@ -3226,7 +3226,7 @@ int ssl3_send_cert_status(SSL *s)
int ssl3_get_next_proto(SSL *s)
{
int ok;
- unsigned proto_len, padding_len;
+ int proto_len, padding_len;
long n;
const unsigned char *p;