History | Log In     View a printable version of the current page.  
  • All submissions to this site are governed by Second Life Project Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you've read, understood, and agreed to those terms.
Issue Details (XML | Word | Printable)

Key: VWR-5515
Type: Bug Bug
Status: Fix Pending Fix Pending
Priority: Normal Normal
Assignee: Soft Linden
Reporter: Mm Alder
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
1. Second Life Viewer - VWR

OpenSSL required on MS Windows now?

Created: 10/Mar/08 09:47 AM   Updated: 12/Mar/08 02:11 PM
Component/s: Source Code
Affects Version/s: 1.19.1 Release Candidate
Fix Version/s: None

Environment: MS Windows VC++ 2005

Linden Lab Issue ID: DEV-11696
Linden Lab Internal Branch: Branch_1-19-1-Viewer


 Description  « Hide
Compiling llcurl.cpp looks for openssl/crypto.h, because SAFE_SSL is defined for all platforms, but does not find it.

This comment is in llblowfishcipher.cpp, "We do not have OpenSSL headers or libraries on Windows, so this class only works on Linux." So apparently SAFE_SSL should not be defined for MS Windows.

Commenting out the define allows it to compile.

Is this the right solution or should openssl be in the libraries distribution, or do we need to find it somewhere?

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Soft Linden - 12/Mar/08 01:12 PM - edited
Those includes *do* exist for Windows now, so I'm exporting that and correcting the comment. Should drop within the next hour. Thanks!

Mm Alder - 12/Mar/08 02:11 PM - edited
Will the openssl library be included in the Linden package as well, or just the include file?