[openssl-dev] [openssl.org #3926] [PATCH] Fix -evp option in openssl speed command

2015-09-01 Thread Emilia Käsper via RT
Resolving: seems that this was fixed in dfba17b4f3b2f87b50f2251a608d1911bfd202bc ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #3926] [PATCH] Fix -evp option in openssl speed command

2015-06-26 Thread Kurt Cancemi via RT
Hello, The -evp option in the openssl speed command doesn't work in the current master due to the check on line 952: if (argc == 0) should be if (argc == 0 !doit(D_EVP)) the reason is on line 856: argc = opt_num_rest(); which sets argc to 0 because the argument of -evp insert cipher/hash