Re: [PHP-DEV] [PATCH] OpenSSL openssl_sign() patch

2003-03-30 Thread Derick Rethans
On Sun, 30 Mar 2003, scott wrote: > Here's the corrected patch. I committed it after some minor layout changes. Derick -- "my other box is your windows PC" - Derick Rethans

Re: [PHP-DEV] [PATCH] OpenSSL openssl_sign() patch

2003-03-30 Thread scott
Here's the corrected patch. Scott. On Sun, 30 Mar 2003, Derick Rethans wrote: > On Sun, 30 Mar 2003, scott wrote: > > > I've created a patch for the modification I've made to the OpenSSL > > extension. > > > > The patch modifies the openssl_sign() function to accept a fourth > > parameter, which

Re: [PHP-DEV] [PATCH] OpenSSL openssl_sign() patch

2003-03-30 Thread Derick Rethans
On Sun, 30 Mar 2003, scott wrote: > I've created a patch for the modification I've made to the OpenSSL > extension. > > The patch modifies the openssl_sign() function to accept a fourth > parameter, which specifies the hashing algorithm to use. Looks fine, but can you please post the whole patch