1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

give em ciphers

This commit is contained in:
psyc://psyced.org/~lynX 2015-01-28 16:08:08 +01:00
parent 8247e2c804
commit 3d49b5537d
8 changed files with 14 additions and 13 deletions

View file

@ -502,6 +502,9 @@ enter(source, mc, data, vars) {
if (!((objectp(source) &&
// should use trustworthy level 9 instead? if so.. how?
(query_ip_number(source) == "127.0.0.1"
# ifdef SECURE_IP_NUMBER
|| SECURE_IP_NUMBER(query_ip_number(source))
# endif
|| query_ip_number(source) == __HOST_IP_NUMBER__ ))
# if __EFUN_DEFINED__(tls_query_connection_state)
// psyc client.. may also one day be a psyc server, in that