aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1parser/asn1p_y.h
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-29 13:18:09 +0000
committerLev Walkin <vlm@lionet.info>2004-09-29 13:18:09 +0000
commitd21c5058fc0695a439e72706a4a0bf02f4ed8044 (patch)
tree9b43e74bc0aebf0c57001780aa2cb11d217fddd3 /libasn1parser/asn1p_y.h
parentb8108ec5adb821495e073a01ea1a8124f5ee9f3f (diff)
different type name for the big integer
Diffstat (limited to 'libasn1parser/asn1p_y.h')
-rw-r--r--libasn1parser/asn1p_y.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libasn1parser/asn1p_y.h b/libasn1parser/asn1p_y.h
index 788f2d9e..e1c581b1 100644
--- a/libasn1parser/asn1p_y.h
+++ b/libasn1parser/asn1p_y.h
@@ -19,7 +19,7 @@ typedef union {
asn1p_paramlist_t *a_plist; /* A pargs list */
struct asn1p_expr_marker_s a_marker; /* OPTIONAL/DEFAULT */
enum asn1p_constr_pres_e a_pres; /* PRESENT/ABSENT/OPTIONAL */
- asn1_integer_t a_int;
+ asn1c_integer_t a_int;
char *tv_str;
struct {
char *buf;