Readded working OpenSSL static libraries
This commit is contained in:
parent
618a77ca15
commit
3c7a3bf415
@ -48,7 +48,7 @@ solution "GWSockets"
|
||||
links { "ssl", "boost_system" }
|
||||
elseif os.target() == "linux" then
|
||||
platform = "linux"
|
||||
links { "ssl", "boost_system", "pthread", "dl", "crypto" }
|
||||
links { "ssl", "crypto", "boost_system", "pthread", "dl" }
|
||||
else
|
||||
error "Unsupported platform."
|
||||
end
|
||||
|
@ -167,4 +167,10 @@ make # x86
|
||||
make config=release_x86_64 # x64
|
||||
```
|
||||
|
||||
### Possible Issues
|
||||
|
||||
This library uses OpenSSL built for Ubuntu, which sets the default search path for
|
||||
root certificates to the one Ubuntu uses. There is a possibility, that this path
|
||||
is different on other systems. In that case you will need to swap out the libssl.a
|
||||
and libcrypto.a provided in this repositor with the ones provided by your
|
||||
operating system.
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user