http://downloads.netgear.com/files/GPL/GPL_Source_V361j_DM111PSP_series_consumer_rele...
[bcm963xx.git] / userapps / opensource / ipsec-tools / src / racoon / prsa_par.h
1 #ifndef BISON_Y_TAB_H
2 # define BISON_Y_TAB_H
3
4 #ifndef YYSTYPE
5 typedef union {
6         BIGNUM *bn;
7         RSA *rsa;
8         char *chr;
9         long num;
10         struct netaddr *naddr;
11 } yystype;
12 # define YYSTYPE yystype
13 # define YYSTYPE_IS_TRIVIAL 1
14 #endif
15 # define        COLON   257
16 # define        HEX     258
17 # define        OBRACE  259
18 # define        EBRACE  260
19 # define        TAG_RSA 261
20 # define        TAG_PUB 262
21 # define        TAG_PSK 263
22 # define        MODULUS 264
23 # define        PUBLIC_EXPONENT 265
24 # define        PRIVATE_EXPONENT        266
25 # define        PRIME1  267
26 # define        PRIME2  268
27 # define        EXPONENT1       269
28 # define        EXPONENT2       270
29 # define        COEFFICIENT     271
30 # define        ADDR4   272
31 # define        ADDR6   273
32 # define        ADDRANY 274
33 # define        SLASH   275
34 # define        NUMBER  276
35 # define        BASE64  277
36
37
38 extern YYSTYPE prsalval;
39
40 #endif /* not BISON_Y_TAB_H */