The branch master has been updated via d1ca391123864180d7d1d61c84e127ffcf2967d6 (commit) from 3d4c81b09b2b44fe11be875fac817f2de6299065 (commit)
- Log ----------------------------------------------------------------- commit d1ca391123864180d7d1d61c84e127ffcf2967d6 Author: Daniel Bevenius <daniel.beven...@gmail.com> Date: Fri Oct 30 13:34:06 2020 +0100 EVP: Fix typo in EVP_PKEY_gen comment Reviewed-by: Matt Caswell <m...@openssl.org> Reviewed-by: Tomas Mraz <tm...@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13282) ----------------------------------------------------------------------- Summary of changes: crypto/evp/pmeth_gn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/evp/pmeth_gn.c b/crypto/evp/pmeth_gn.c index 05394deca8..beaa001bf5 100644 --- a/crypto/evp/pmeth_gn.c +++ b/crypto/evp/pmeth_gn.c @@ -181,7 +181,7 @@ int EVP_PKEY_gen(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey) /* * the returned value from evp_keymgmt_util_gen() is cached in *ppkey, - * so we so not need to save it, just check it. + * so we do not need to save it, just check it. */ ret = ret && (evp_keymgmt_util_gen(*ppkey, ctx->keymgmt, ctx->op.keymgmt.genctx,