CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2021/12/07 09:43:24

Modified files:
        regress/lib/libcrypto/man: check_complete.pl 

Log message:
Some improvements allowing to handle asn1.h and x509v3.h:
* handle multiple qualifiers on the function return type
* handle function pointer type declarations
* handle unions inside structs
* handle forward struct declarations
* handle "typedef const"
* handle ASN1_F_, ASN1_R_, and X509V3_R_ error constants
* handle "#if defined" in the same way as "#ifdef"
* skip whitespace between "#" and "define"
* skip whitespace before C comments
* ignore TYPEDEF_D2I2D_OF

Reply via email to