mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Allow older openssl versions
This commit is contained in:
parent
8d757750fa
commit
0ebe8f65ae
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
#include <openssl/err.h>
|
||||
#include <openssl/x509.h>
|
||||
|
||||
#ifndef SSL_OP_NO_COMPRESSION
|
||||
#define SSL_OP_NO_COMPRESSION 0
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
BIO* read;
|
||||
BIO* write;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue