From: Daniel Bevenius Date: Tue, 5 Dec 2017 11:01:14 +0000 (+0100) Subject: Fix minor typo in comment in rsa_st X-Git-Tag: OpenSSL_1_1_1-pre1~371 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0759f93445611d2c91176851dd53babdc8d4190d;p=oweals%2Fopenssl.git Fix minor typo in comment in rsa_st CLA: trivial Reviewed-by: Rich Salz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/4845) --- diff --git a/crypto/rsa/rsa_locl.h b/crypto/rsa/rsa_locl.h index a301dc6749..52d839d73a 100644 --- a/crypto/rsa/rsa_locl.h +++ b/crypto/rsa/rsa_locl.h @@ -28,7 +28,7 @@ DEFINE_STACK_OF(RSA_PRIME_INFO) struct rsa_st { /* * The first parameter is used to pickup errors where this is passed - * instead of aEVP_PKEY, it is set to 0 + * instead of an EVP_PKEY, it is set to 0 */ int pad; int32_t version;