-@@ -757,6 +1025,9 @@ cryptodev_bn_mod_exp(BIGNUM *r, const BI
-
- if (cryptodev_asym(&kop, BN_num_bytes(m), r, 0, NULL) == -1) {
- const RSA_METHOD *meth = RSA_PKCS1_SSLeay();
-+ fprintf(stderr, "cryptodev_asym: CRK_MOD_EXP %s failed, "
-+ "Running in software\n", errno==kop.crk_status ?
-+ "hardware operation" : "asym process");
- ret = meth->bn_mod_exp(r, a, p, m, ctx, in_mont);
- }
- err: