summaryrefslogtreecommitdiff
path: root/lib/gnutls_int_compat.c
blob: ffb367a6b374fb2fb93eef975a4ba57bc152429a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <gnutls/gnutls.h>

/* This file contains functions needed only for binary compatibility
 * with previous versions.
 */
#define GNUTLS_BACKWARDS_COMPATIBLE 

#ifdef GNUTLS_BACKWARDS_COMPATIBLE

/* removed everything for 0.9.0 release */

#endif /* GNUTLS_BACKWARDS_COMPATIBLE */