I've checked in a fix for this problem now. It would mess up if *any*
zeros occurred in an object definition but none were in the standard
list so this never cropped up.

Anyway the fix is trivial: in the file obj_dat.pl in the function der_it
at line 255 or thereabouts change:

        while ($_=shift(@a))

to

        foreach (@a)

Thanks for the report.

Steve.
-- 
Dr Stephen N. Henson. UK based freelance Cryptographic Consultant. 
For info see homepage at http://www.drh-consultancy.demon.co.uk/
Email: [EMAIL PROTECTED]
NOTE NEW (13/12/98) PGP key: via homepage.

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

Reply via email to