From 98716f4e78bf6c6e9d8e6e6329e5467b96934359 Mon Sep 17 00:00:00 2001 From: XinyuHou Date: Tue, 10 Feb 2015 12:13:59 +0000 Subject: [PATCH] fixed compile error on ubuntu64 #4168 --- src/lib/plugin/ns/SecureSocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/plugin/ns/SecureSocket.cpp b/src/lib/plugin/ns/SecureSocket.cpp index c262a362..eae83ba7 100644 --- a/src/lib/plugin/ns/SecureSocket.cpp +++ b/src/lib/plugin/ns/SecureSocket.cpp @@ -173,7 +173,7 @@ SecureSocket::initContext(bool server) { SSL_library_init(); - const SSL_METHOD* method; + SSL_METHOD* method; // load & register all cryptos, etc. OpenSSL_add_all_algorithms();