Guillermo Maturana wrote:
> 
> > /**
> >   Set the given SSL_CTX's private key to the given PEM file, using the given 
>passphrase.
> >   @param ctx The ssl context to modify.
> >   @param file The name of the PEM file containing the desired private key.
> >   @param passphrase The nul-terminated ASCII passphrase for the given private key 
>file.
> >   @return 0 on success, Unix error code on failure.
> >  */
> >
> > int my_use_RSAPrivateKey_file(SSL_CTX * ctx, const char *file,
> >                                       const char *passphrase)
> > {
> 
> I saw this snippet of code in an old email: the comments have the
> look of what javadoc supports.  Anyone has experience on using this
> stuff?  Does it use CcDoc?  How reliable is it?  Thanks,

I've been using doc++; see http://docpp.sourceforge.net/

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

Reply via email to