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,
Before I got overruled and everyone decided to use POD documentation, I
did some of this stuff to show how to do it with doxygen.
Doxygen's latest version is really very good. POD is an extremely poor
substitute.
Cheers,
Ben.
--
http://www.apache-ssl.org/ben.html
"There is no limit to what a man can do or how far he can go if he
doesn't mind who gets the credit." - Robert Woodruff
ApacheCon 2001! http://ApacheCon.com/
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]