commit | 496374e59246349fe0c84af68c5490ba5b6bad33 | [log] [tgz] |
---|---|---|
author | Matthieu Guegan <matthieu.guegan@deindeal.ch> | Fri Nov 20 10:50:39 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Nov 21 05:45:05 2020 +0100 |
tree | 4c21204556c03cc42c777146b205d7c88ac381c9 | |
parent | d394fd35e7be447b67485ab85e8a0a6fa1df7fe2 [diff] |
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>