
|
If you were logged in you would be able to see more operations.
|
|
|
|
|
| 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
|
|
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?
|
|
Description
|
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? |
Show » |
|