***************************************************
issue:
using constant RSA_SECONDS instead of defined in the header variable tm

solution:
change them

patch:
--- openssl-1.0.1-beta1/apps/speed.c    2011-12-19 15:33:37.000000000 +0100
+++ openssl-1.0.1-beta1.patch/apps/speed.c      2012-01-06 09:08:44.351502300
+0100
@@ -2598,5 +2618,5 @@
                           : "Doing %d bit %s %s's for %ds: ",bits,str,str2,tm);
        (void)BIO_flush(bio_err);
-       alarm(RSA_SECONDS);
+       alarm(tm);
 #else
        BIO_printf(bio_err,mr ? "+DNP:%ld:%d:%s:%s\n"



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to