mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
let tls use dns
This commit is contained in:
commit
25d6a5d4cb
3 changed files with 15 additions and 4 deletions
|
@ -15,6 +15,9 @@
|
|||
inherit PRO_PATH "library2";
|
||||
inherit PRO_PATH "http/library2";
|
||||
#else
|
||||
# ifdef __TLS__
|
||||
inherit NET_PATH "library/tls";
|
||||
# endif
|
||||
# ifdef SANDBOX
|
||||
inherit NET_PATH "library/sandbox";
|
||||
# endif
|
||||
|
@ -28,9 +31,6 @@ inherit NET_PATH "library/sasl";
|
|||
# endif
|
||||
inherit NET_PATH "library/share";
|
||||
inherit NET_PATH "library/signature";
|
||||
# ifdef __TLS__
|
||||
inherit NET_PATH "library/tls";
|
||||
# endif
|
||||
inherit NET_PATH "library/text";
|
||||
inherit NET_PATH "library/time";
|
||||
inherit NET_PATH "library/uniform";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue