blob: 39ee08c2cd44aed749c630ec592ebe1a6fed81bf (
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 */
|