Skip to content

Commit 4271988

Browse files
developer-guide: Add openssl requirements and remove mbedtls one (fluent#948)
* developer-guide: Add openssl requirements and remove mbedtls one Signed-off-by: Hiroshi Hatake <hatake@calyptia.com> Co-authored-by: Pat <patrick.j.k.stephens@gmail.com>
1 parent d1095c8 commit 4271988

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

development/developer-guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Most external libraries are embedded in the project in the [/lib](https://github
88

99
The external library you are mostly likely to interact with is [msgpack](https://github.com/msgpack/msgpack-c).
1010

11-
For crypto, Fluent Bit uses [mbedtls](https://github.com/ARMmbed/mbedtls).
11+
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.
1213

1314
### Memory Management
1415

0 commit comments

Comments
 (0)