mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
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:
parent
b35bb37a3d
commit
0759f93445
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user