In doc/crypto/RSA_get_ex_new_index.pod, the typedef's for new_func, 
free_func, dup_func are wrong.  All of them should look like:
        typedef int (*new_func)... etc
        typedef void (*free_func)...
        typedef int (*dup_func)...
doing
        grep 'typedef.*(' *.pod | fgrep -v ')('
shows that BIO_ctrl and BIO_set_callback have the same type of problem.

In doc/SSL/SSL_CTX_set_tmp_rsa_callback.pod, the last line of the synopsis 
has an extra close paren.  It's easy to see where this came from, a 
cut/paste from one of the function calls above it.  But is that last line 
really needed?  I think no.

tnx.

        /r$

--
SOA Appliances
Application Integration Middleware

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

Reply via email to