mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
ensure that hmac is available (may result in a less useful psyced but better than nothing)
This commit is contained in:
parent
d97953ce47
commit
d04fd7e105
4 changed files with 5 additions and 6 deletions
|
@ -21,7 +21,9 @@ inherit NET_PATH "library/tls";
|
|||
# ifdef SANDBOX
|
||||
inherit NET_PATH "library/sandbox";
|
||||
# endif
|
||||
# if __EFUN_DEFINED__(hmac)
|
||||
inherit NET_PATH "library/hmac";
|
||||
# endif
|
||||
inherit NET_PATH "library/dns";
|
||||
inherit NET_PATH "library/htbasics";
|
||||
inherit NET_PATH "library/json";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue