]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
doc: mention using `--with-openssl`
authorRoy Marples <roy@marples.name>
Wed, 4 Oct 2023 12:47:57 +0000 (13:47 +0100)
committerRoy Marples <roy@marples.name>
Wed, 4 Oct 2023 12:47:57 +0000 (13:47 +0100)
Fixes #225

BUILDING.md

index 1d6be2b18139b3aa955bb66dc073392a0598240e..18615397600c18f97e7d73544f2f2f7fdf88b10f 100644 (file)
@@ -150,6 +150,14 @@ You can disable this with `--without-dev`, or `without-udev`.
 NOTE: in Gentoo at least, `sys-fs/udev` as provided by systemd leaks memory
 `sys-fs/eudev`, the fork of udev does not and as such is recommended.
 
+## crypto
+dhcpcd ships with some cryptographic routines taken from various upstreams.
+These are routinely monitored and try to be as up to date as possible.
+You can optionally configure dhcpcd with `--with-openssl` to use libcrypto
+to use these instead.
+This is not enabled by default, even if libcrypto is found because libcrypto
+generally lives in /usr and dhcpcd in /sbin which could be a separate
+filesystem.
 
 ## Importing into another source control system
 To import the full sources, use the import target.