From: Dr. Stephen Henson Date: Sat, 2 Oct 1999 01:18:19 +0000 (+0000) Subject: Modify the 'speed' application so it now uses RSA_sign and RSA_verify X-Git-Tag: OpenSSL_0_9_5beta1~493 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c91e1259347388b57264bec5b4a9fd91237adc26;p=oweals%2Fopenssl.git Modify the 'speed' application so it now uses RSA_sign and RSA_verify instead of RSA_private_encrypt and RSA_public_decrypt --- diff --git a/apps/speed.c b/apps/speed.c index e769ca2310..502cb0c8ea 100644 --- a/apps/speed.c +++ b/apps/speed.c @@ -959,22 +959,22 @@ int MAIN(int argc, char **argv) } #endif - RAND_bytes(buf,30); + RAND_bytes(buf,36); #ifndef NO_RSA for (j=0; j