Skip to content

Commit

Permalink
Fix for el6
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurano committed Apr 9, 2018
1 parent 7a87e60 commit 8e42444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdHttp/XrdHttpProtocol.cc
Expand Up @@ -186,7 +186,7 @@ void *BIO_get_data(BIO *bio) {
void BIO_set_data(BIO *bio, void *ptr) {
bio->ptr = ptr;
}
#if OPENSSL_VERSION_NUMBER < 0x1000207fL
#if OPENSSL_VERSION_NUMBER < 0x1000105fL
int BIO_get_flags(BIO *bio) {
return bio->flags;
}
Expand Down

0 comments on commit 8e42444

Please sign in to comment.