There's a typo in speed.c which creates a core dump if (for any reason)
no rsa verify operation was performed.

--snip--
--- apps/speed.c.orig   Fri Mar 16 11:18:34 2001
+++ apps/speed.c        Fri Mar 16 11:09:27 2001
@@ -1207,7 +1207,7 @@
                        {
                        BIO_printf(bio_err,"RSA verify failure.  No RSA verify will be 
done.\n");
                        ERR_print_errors(bio_err);
-                       dsa_doit[j] = 0;
+                       rsa_doit[j] = 0;
                        }
                else
                        {
--snip--

    Martin
-- 
<[EMAIL PROTECTED]>         |     Fujitsu Siemens
Fon: +49-89-636-46021, FAX: +49-89-636-41143 | 81730  Munich,  Germany
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to