The branch master has been updated
via 67d4fee8177ef4b6eac15b26668c6441b472484e (commit)
from 6d75a83c076f569289e63541ebb8473c37bd1ac6 (commit)
- Log -----------------------------------------------------------------
commit 67d4fee8177ef4b6eac15b26668c6441b472484e
Author: Benjamin Kaduk <[email protected]>
Date: Mon Dec 11 08:47:19 2017 -0600
Fix typo in comment
The one in rsa.c was overlooked when fixing the same comment in
pkey.c as part of eff1752b66cb7bf6ca8af816eb10ead26910d025.
Reviewed-by: Rich Salz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/4902)
-----------------------------------------------------------------------
Summary of changes:
apps/rsa.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/rsa.c b/apps/rsa.c
index 04f69c8..698c046 100644
--- a/apps/rsa.c
+++ b/apps/rsa.c
@@ -230,7 +230,7 @@ int rsa_main(int argc, char **argv)
ERR_GET_REASON(err) != ERR_R_MALLOC_FAILURE) {
BIO_printf(out, "RSA key error: %s\n",
ERR_reason_error_string(err));
- ERR_get_error(); /* remove e from error stack */
+ ERR_get_error(); /* remove err from error stack */
}
} else if (r == -1) {
ERR_print_errors(bio_err);
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits