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)
This commit is contained in:
Daniel Bevenius 2017-12-05 12:01:14 +01:00 committed by Matt Caswell
parent b35bb37a3d
commit 0759f93445

View File

@ -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;