Github user bryancall commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/1309#discussion_r95200335
  
    --- Diff: example/cppapi/websocket/WSBuffer.cc ---
    @@ -157,7 +157,7 @@ WSBuffer::read_buffered_message(std::string &message, 
int &code)
     std::string
     WSBuffer::ws_digest(std::string const &key)
     {
    -#if OPENSSL_VERSION_NUMBER < 0x10100000L
    +#if OPENSSL_VERSION_NUMBER < 0x10100000L || 
defined(LIBRESSL_VERSION_NUMBER)
    --- End diff --
    
    
    Shouldn't you check against a version number for LIBRESSL_VERSION_NUMBER?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to