1
0
Fork 0
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:
psyc://psyced.org/~lynX 1984-04-04 00:44:07 +00:00
parent d97953ce47
commit d04fd7e105
4 changed files with 5 additions and 6 deletions

View file

@ -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";