Readded working OpenSSL static libraries

This commit is contained in:
FredyH 2020-01-05 04:49:55 +01:00
parent 618a77ca15
commit 3c7a3bf415
6 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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.