CLEANUP: ssl: move the SSL_OP_* and SSL_MODE_* definitions to openssl-compat
authorWilly Tarreau <w@1wt.eu>
Sat, 11 May 2019 15:09:44 +0000 (17:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 11 May 2019 15:37:44 +0000 (17:37 +0200)
commit366a6987a73289a21841e84ba63971ead554e7aa
tree5f20559173fb640a6c5f0ccde4221fb99f25073e
parentb9ae7643d8f0330a1e2e9a662220d9e4d9181f98
CLEANUP: ssl: move the SSL_OP_* and SSL_MODE_* definitions to openssl-compat

These ones were defined in the middle of ssl_sock.c, better move them
to the include file to find them.
include/common/openssl-compat.h
src/ssl_sock.c