Print

Print


  Branch: refs/heads/stable-4.12.x
  Home:   https://github.com/xrootd/xrootd
  Commit: 5c73add419b208ab38e467d630b4c533fe960c05
      https://github.com/xrootd/xrootd/commit/5c73add419b208ab38e467d630b4c533fe960c05
  Author: Michal Simon <[log in to unmask]>
  Date:   2020-04-30 (Thu, 30 Apr 2020)

  Changed paths:
    M src/XrdHttp/XrdHttpProtocol.cc

  Log Message:
  -----------
  [XrdHttp] Fix typo in openssl conditional compilation check.

The `OPENSSL_VERSION_NUMBER >= 0x010100000L` test checks for openssl 1.1.0 or later,
which excludes RHEL7. Both SSL_set1_verify_cert_store & SSL_set1_chain_cert_store are
available in OpenSSL 1.0.2, which makes me think this was a typo. Hence changing the
test to: `OPENSSL_VERSION_NUMBER >= 0x10002000L`.

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1