comparison include/freeDiameter/freeDiameter.h @ 542:0b6cee362f5d

Enforce validation of local certificate upon daemon start.
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 13 Sep 2010 18:39:22 +0900
parents f1484823cb4a
children 7c9a00bfd115
comparison
equal deleted inserted replaced
541:fac6907479ad 542:0b6cee362f5d
67 TRACE_DEBUG(GNUTLS_DBG_LEVEL, "GNUTLS call: " #__call__ ); \ 67 TRACE_DEBUG(GNUTLS_DBG_LEVEL, "GNUTLS call: " #__call__ ); \
68 (__call__); \ 68 (__call__); \
69 } 69 }
70 70
71 71
72
73 /* Structure to hold the configuration of the freeDiameter daemon */ 72 /* Structure to hold the configuration of the freeDiameter daemon */
74 struct fd_config { 73 struct fd_config {
75 int cnf_eyec; /* Eye catcher: EYEC_CONFIG */ 74 int cnf_eyec; /* Eye catcher: EYEC_CONFIG */
76 #define EYEC_CONFIG 0xC011F16 75 #define EYEC_CONFIG 0xC011F16
77 76
"Welcome to our mercurial repository"