diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2009-11-01 01:52:14 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2009-11-01 01:52:14 +0200 |
commit | 9a262d093744f37b26f45c4e74d22f3a5a425211 (patch) | |
tree | 84c37b5f3916bb0c0be17cf5a9a80dc5009818d7 /lib/gnutls_global.c | |
parent | 03ebe989f1e9de794c32e2a78acc4774c1b4545e (diff) | |
download | gnutls-9a262d093744f37b26f45c4e74d22f3a5a425211.tar.gz |
fixes in order to compile with -Werror
Diffstat (limited to 'lib/gnutls_global.c')
-rw-r--r-- | lib/gnutls_global.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/gnutls_global.c b/lib/gnutls_global.c index d98f51040c..8930de25cc 100644 --- a/lib/gnutls_global.c +++ b/lib/gnutls_global.c @@ -38,11 +38,6 @@ #define GNUTLS_MIN_LIBGCRYPT_VERSION "1.2.4" #define GNUTLS_MIN_LIBTASN1_VERSION "0.3.4" -/* Remove this when we require libtasn1 v1.6 or later. */ -#ifndef ASN1_VERSION -# define ASN1_VERSION LIBTASN1_VERSION -#endif - /* created by asn1c */ extern const ASN1_ARRAY_TYPE gnutls_asn1_tab[]; extern const ASN1_ARRAY_TYPE pkix_asn1_tab[]; |