BUILD: makefile: enable crypt(3) for OpenBSD
authorMatthieu Guegan <matthieu.guegan@deindeal.ch>
Fri, 20 Nov 2020 09:50:39 +0000 (10:50 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 21 Nov 2020 04:45:05 +0000 (05:45 +0100)
commit496374e59246349fe0c84af68c5490ba5b6bad33
tree4c21204556c03cc42c777146b205d7c88ac381c9
parentd394fd35e7be447b67485ab85e8a0a6fa1df7fe2
BUILD: makefile: enable crypt(3) for OpenBSD

Allow OpenBSD to support encrypted passwords in Userlists.

OpenBSD's crypt(3) function is provided directly by libc and does not
require -lcrypt.
Signed-off-by: Matthieu Guegan <matthieu.guegan@deindeal.ch>
Makefile