summaryrefslogtreecommitdiff
path: root/lib/x509_ASN.y
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-03-20 12:21:51 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-03-20 12:21:51 +0000
commit9409242790e0363d0c2d779c1897a4fe089739a1 (patch)
tree0a79ee5245d2fbd0941521a0d031e4fa4fc8af99 /lib/x509_ASN.y
parentc2a598b64f17b05cb0c00f2bbfa5fb88f4d43d08 (diff)
downloadgnutls-9409242790e0363d0c2d779c1897a4fe089739a1.tar.gz
Improved compression support. Corrected several bugs in empty
fragment sending and receiving.
Diffstat (limited to 'lib/x509_ASN.y')
-rwxr-xr-xlib/x509_ASN.y4
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