comparison include/freeDiameter/libfdcore.h @ 1188:e1ced4db7f67

Backup work in progress on DTLS, not usable
author Sebastien Decugis <sdecugis@freediameter.net>
date Tue, 11 Jun 2013 18:13:29 +0800
parents 56c36d1007b4
children 76ac4bb75f0e
comparison
equal deleted inserted replaced
1187:b4a0f9ee3129 1188:e1ced4db7f67
42 #endif 42 #endif
43 43
44 #include <freeDiameter/libfdproto.h> 44 #include <freeDiameter/libfdproto.h>
45 #include <gnutls/gnutls.h> 45 #include <gnutls/gnutls.h>
46 #include <gnutls/x509.h> 46 #include <gnutls/x509.h>
47 #ifdef GNUTLS_VERSION_300
48 #include <gnutls/dtls.h>
49 #endif /* GNUTLS_VERSION_300 */
50
47 51
48 /* GNUTLS version */ 52 /* GNUTLS version */
49 #ifndef GNUTLS_VERSION 53 #ifndef GNUTLS_VERSION
50 #define GNUTLS_VERSION LIBGNUTLS_VERSION 54 #define GNUTLS_VERSION LIBGNUTLS_VERSION
51 #endif /* GNUTLS_VERSION */ 55 #endif /* GNUTLS_VERSION */
"Welcome to our mercurial repository"