From 82a107eaa8448203fcdbf0f8a55d173dc9c1f824 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 6 Jan 2010 14:01:45 +0000 Subject: compress_meth should be unsigned --- ssl/ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl') diff --git a/ssl/ssl.h b/ssl/ssl.h index 3b725eabf6..4a468dead0 100644 --- a/ssl/ssl.h +++ b/ssl/ssl.h @@ -486,7 +486,7 @@ typedef struct ssl_session_st long timeout; long time; - int compress_meth; /* Need to lookup the method */ + unsigned int compress_meth; /* Need to lookup the method */ const SSL_CIPHER *cipher; unsigned long cipher_id; /* when ASN.1 loaded, this -- cgit v1.2.3