1
0
Fork 0
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:
Evan Phoenix 2015-11-06 15:27:43 -08:00
parent 8d757750fa
commit 0ebe8f65ae

View file

@ -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;