aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/x_long.c
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson2001-02-231-2/+2
| | | | | | prototype hack. This unfortunately means that every ASN1_*_END construct cannot have a trailing ;
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-2/+7
| | | | | | | | change the way ASN1 modules are exported. Still needs a bit of work for example the hack which a dummy function prototype to avoid compilers warning about multiple ;s.
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-0/+158
to main trunk. Lets see if the makes it to openssl-cvs :-)