FS-3071 I've finally merged it all. It all look good, shouldn't affect anyone who didn't set those value

This commit is contained in:
Marc Olivier Chouinard
2011-12-18 11:54:38 -05:00
parent 947096c66d
commit 9574ba27f7
5 changed files with 52 additions and 20 deletions
+3
View File
@@ -122,6 +122,7 @@ typedef struct private_object private_object_t;
#include <sofia-sip/auth_module.h>
#include <sofia-sip/su_md5.h>
#include <sofia-sip/su_log.h>
#include <sofia-sip/su_strlst.h>
#include <sofia-sip/nea.h>
#include <sofia-sip/msg_addr.h>
#include <sofia-sip/tport_tag.h>
@@ -644,6 +645,8 @@ struct sofia_profile {
enum tport_tls_verify_policy tls_verify_policy;
int tls_verify_depth;
char *tls_passphrase;
char *tls_verify_in_subjects_str;
su_strlst_t *tls_verify_in_subjects;
};
struct private_object {