aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa/rsa_locl.h
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2017-12-05 12:01:14 +0100
committerMatt Caswell <matt@openssl.org>2017-12-05 14:33:16 +0000
commit0759f93445611d2c91176851dd53babdc8d4190d (patch)
tree560bac1364add7525cdfebf6d71526e2d13b32b3 /crypto/rsa/rsa_locl.h
parentb35bb37a3d6ecf11b43ef8717600ab61718c3cc2 (diff)
downloadopenssl-0759f93445611d2c91176851dd53babdc8d4190d.zip
openssl-0759f93445611d2c91176851dd53babdc8d4190d.tar.gz
openssl-0759f93445611d2c91176851dd53babdc8d4190d.tar.bz2
Fix minor typo in comment in rsa_st
CLA: trivial Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4845)
Diffstat (limited to 'crypto/rsa/rsa_locl.h')
-rw-r--r--crypto/rsa/rsa_locl.h2
1 files changed, 1 insertions, 1 deletions
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;