From 0759f93445611d2c91176851dd53babdc8d4190d Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Tue, 5 Dec 2017 12:01:14 +0100 Subject: 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) --- crypto/rsa/rsa_locl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/rsa/rsa_locl.h') diff --git a/crypto/rsa/rsa_locl.h b/crypto/rsa/rsa_locl.h index a301dc6..52d839d 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; -- cgit v1.1