Ulf Moeller wrote:
> 
> This script parses the OpenSSL header files and prints a list of the
> functions declared in the prototypes.
> 

It seems to do a very good job. It does get a bit confused by function
pointer typedefs and it doesn't like some multi line #define's in evp.h
but it should be fine if its restricted to the prototype part of the
header. This will need something like: /* BEGIN FUNCTION PROTOTYPES */
at the start (it can find the end with /* BEGIN ERROR CODES */).

> Would someone who is more familiar with mkdef.pl and err_genc.pl care
> to integrate it in those scripts?
> 

OK I'll look into this. There's some weirdness in mkdef.pl which looks
like a cut down pre-processor: I'll see if it needs reproducing or if it
can be just ripped out.

Steve.
-- 
Dr Stephen N. Henson.   http://www.drh-consultancy.demon.co.uk/
Personal Email: [EMAIL PROTECTED] 
Senior crypto engineer, Celo Communications: http://www.celocom.com/
Core developer of the   OpenSSL project: http://www.openssl.org/
Business Email: [EMAIL PROTECTED] PGP key: via homepage.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to