astitcher commented on issue #175: src/ssl/openssl: add libressl compatibility
URL: https://github.com/apache/qpid-proton/pull/175#issuecomment-465671591
 
 
   This change is missing the definition of default_seclevel at line 78 - this 
is only used when SSL_CTX_get_security_level and SSL_CTX_set_security_level are 
present so should also be excluded in this case.
   
   ```
   #if OPENSSL_VERSION_NUMBER >= 0x10100000
     int default_seclevel;
   #endif
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to