In article <v04011701b308b6ca57cb@[24.116.9.24]> you wrote:
>[...]
>>When the porting-patch doesn't clutter too much original source code, it's
>>always interested to incorporate it, of course. Post the patch and let us
>>look at it.
>
> This being the first open source project I've ever been interested in, I'm
> not sure what format you the patch in, or if I just gzip the whole thing to
> an FTP server, etc.. Maybe someone could send me private email to point me
> in the right direction.
>[...]
When not working with CVS directly, you usually should do the following:
Extract the OpenSSL source tree and rename it to openssl-xxx.orig. Then
extract it once more and edit this tree to your personal requirements. Then go
up to the two tree directories and run "diff -ru3 openssl-XXX.orig
openssl-XXX". The output is a recursive (-r) unified diff (-u) with a context
of tree lines (-3) which is we usually treat as a "patch". That's all. You
can directly post this "patch" to the lists for review.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]