commit | af5c3da89e408427b9dcfcfa47ae53eb9e797b1f | [log] [tgz] |
---|---|---|
author | Remi Gacogne <rgacogne[at]aquaray[dot]fr> | Mon May 19 10:29:58 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon May 19 11:20:23 2014 +0200 |
tree | 1ef2962a1b975c36a965258fbb8b542354d2b3d3 | |
parent | 63af98d0dd83b4b173fe7c6c632f0583b7cec497 [diff] |
MINOR: ssl: SSL_CTX_set_options() and SSL_CTX_set_mode() take a long, not an int This is a minor fix, but the SSL_CTX_set_options() and SSL_CTX_set_mode() functions take a long, not an int parameter. As SSL_OP_ALL is now (since OpenSSL 1.0.0) defined as 0x80000BFFL, I think it is worth fixing.