On Tue, Jul 30, 2002 at 06:08:46PM +0300, Arne Ansper wrote:

> attached is a patch for openssl-0.9.6e that removes the usage of die.
> please review it carefully. all changes are localized but the action i
> take in some places where error reporting is not possible might be little
> bit wrong (i.e. in ssl2_generate_key_material(). this is void function, so
> i cannot indicate error).

Thanks for the patch.  For static functions, you can safely change
void into int so that you can indicate the errors properly.


-- 
Bodo Möller <[EMAIL PROTECTED]>
PGP http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/moeller/0x36d2c658.html
* TU Darmstadt, Theoretische Informatik, Alexanderstr. 10, D-64283 Darmstadt
* Tel. +49-6151-16-6628, Fax +49-6151-16-6036
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to