We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1095c8 commit 4271988Copy full SHA for 4271988
development/developer-guide.md
@@ -8,7 +8,8 @@ Most external libraries are embedded in the project in the [/lib](https://github
8
9
The external library you are mostly likely to interact with is [msgpack](https://github.com/msgpack/msgpack-c).
10
11
-For crypto, Fluent Bit uses [mbedtls](https://github.com/ARMmbed/mbedtls).
+For cryptographic support, Fluent Bit uses the system installed version of OpenSSL.
12
+Please make sure to install openssl libraries and headers before building Fluent Bit.
13
14
### Memory Management
15
0 commit comments