Fix typo in error message.
authorBodo Möller <bodo@openssl.org>
Sat, 25 Sep 1999 11:26:31 +0000 (11:26 +0000)
committerBodo Möller <bodo@openssl.org>
Sat, 25 Sep 1999 11:26:31 +0000 (11:26 +0000)
Submitted by: Alan Batie

apps/speed.c

index 667037600d4f15ec4c862ed199a1a7a2cce7c6b5..e769ca2310aebde92386bf902ef158b22bdba5c3 100644 (file)
@@ -1000,7 +1000,7 @@ int MAIN(int argc, char **argv)
                                RSA_PKCS1_PADDING);
                        if (rsa_num2 <= 0)
                                {
-                               BIO_printf(bio_err,"RSA public encrypt failure\n");
+                               BIO_printf(bio_err,"RSA public decrypt failure\n");
                                ERR_print_errors(bio_err);
                                count=1;
                                break;