Should we change/fix the documentation, where it s...
# core
m
Should we change/fix the documentation, where it says osquery uses the system-provided OpenSSL? https://github.com/osquery/osquery/blob/d80bb565349a6c99626b65b6e6cdbcf10ce0d5ee/docs/wiki/deployment/remote.md#server-testing
s
If it’s out of date, yes.
m
I don't believe we use system-provided libraries for anything since everything is statically linked. Was just confirming? @Stefano Bonicatti
s
Yep, correct
🆒 1
Or I should say, correct for the typical definition of system provided libraries. We do use libc, libdl, librt, libpthread, libm from the system
That's the part that we cannot detach ourself from without changing the C library runtime
actually there's also a libz and libresolv
m
ah, yea, probably like on Windows you have to link to a couple of DLLs