diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-03-20 12:21:51 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-03-20 12:21:51 +0000 |
commit | 9409242790e0363d0c2d779c1897a4fe089739a1 (patch) | |
tree | 0a79ee5245d2fbd0941521a0d031e4fa4fc8af99 /lib/x509_ASN.y | |
parent | c2a598b64f17b05cb0c00f2bbfa5fb88f4d43d08 (diff) | |
download | gnutls-9409242790e0363d0c2d779c1897a4fe089739a1.tar.gz |
Improved compression support. Corrected several bugs in empty
fragment sending and receiving.
Diffstat (limited to 'lib/x509_ASN.y')
-rwxr-xr-x | lib/x509_ASN.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/x509_ASN.y b/lib/x509_ASN.y index f1bb9cbce6..74bc5fb9ed 100755 --- a/lib/x509_ASN.y +++ b/lib/x509_ASN.y @@ -28,9 +28,9 @@ %{ -#include <gnutls_int.h> +#include <defines.h> #include <x509_asn1.h> -#include <gnutls_errors.h> +#include <gnutls_errors_int.h> FILE *file_asn1; /* Pointer to file to parse */ extern int parse_mode; /* PARSE_MODE_CHECK = only syntax check |