summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_local.h b/ssl/ssl_local.h
index 0d979ae723..daab329133 100644
--- a/ssl/ssl_local.h
+++ b/ssl/ssl_local.h
@@ -419,7 +419,7 @@ struct ssl_cipher_st {
struct ssl_method_st {
int version;
unsigned flags;
- unsigned long mask;
+ uint64_t mask;
SSL *(*ssl_new) (SSL_CTX *ctx);
void (*ssl_free) (SSL *s);
int (*ssl_reset) (SSL *s);