[Vortex] Patch for compile error on RHEL6

Philip Black-Knight pblack at tresys.com
Wed Dec 21 17:44:37 CET 2011


I was looking into vortex on RHEL 6, and I ran into a minor compiler error. I've attached a patch that fixes the issue.

The issue I have is in my ssl.h header, TLSv1_client_method() is defined as:
const SSL_METHOD *TLSv1_client_method(void);           /* TLSv1.0 */

When I went to compile, I received an error related to assigning a const SSL_METHOD to a non-const variable, which this patch will fix.

-Phil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.aspl.es/pipermail/vortex/attachments/20111221/3be7c29b/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vortex_openssl_fix.patch
Type: application/octet-stream
Size: 780 bytes
Desc: vortex_openssl_fix.patch
URL: <http://lists.aspl.es/pipermail/vortex/attachments/20111221/3be7c29b/attachment.obj>


More information about the Vortex mailing list