Module: sip-router
Branch: andrei/tcp_tls_changes
Commit: 36ed3b92b0e915249767be907d0e9f0c61f0bf7a
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=36ed3b9…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Thu May 27 17:20:16 2010 +0200
tls: s/tls_cfg/tls_domains_cfg
Internal variable and type name change: replaces tls_cfg with
tls_domains_cfg. This frees up tls_cfg for use with the runtime
configuration framework (by convention a module runtime
configuration is named <module_name>_cfg and it would be very
confusing to have an exception for the tls module).
---
modules/tls/tls_config.c | 4 +-
modules/tls/tls_config.h | 2 +-
modules/tls/tls_domain.c | 49 +++++++++++++++++++++-------------------
modules/tls/tls_domain.h | 18 ++++++++------
modules/tls/tls_init.c | 2 +-
modules/tls/tls_init.h | 2 +-
modules/tls/tls_mod.c | 56 +++++++++++++++++++++++----------------------
modules/tls/tls_mod.h | 6 ++--
modules/tls/tls_rpc.c | 19 +++++++++------
modules/tls/tls_server.c | 10 ++++----
modules/tls/tls_server.h | 4 +-
modules/tls/tls_util.c | 10 ++++----
modules/tls/tls_util.h | 4 +-
13 files changed, 98 insertions(+), 88 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=36e…