]> git.ipfire.org Git - thirdparty/samba.git/commit
lib: Fix the build on FreeBSD
authorVolker Lendecke <vl@samba.org>
Sun, 7 Sep 2025 19:23:07 +0000 (21:23 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 10 Sep 2025 08:35:31 +0000 (08:35 +0000)
commitb14fa86c1251b8d82b8d3cbf457b11e086cc7fc3
tree7b6548c09f5cefe79da8d5687bcd263154b1e916
parentebb62bcbf4b2d65cd1f1b27d349a4f1bcee13ca0
lib: Fix the build on FreeBSD

FreeBSD does not need crypt.h for crypt_r(). Patch from
Peter Eriksson <pen@lysator.liu.se> via
https://bugzilla.samba.org/show_bug.cgi?id=15897#c8

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
lib/util/util_crypt.c