Fix minor typo in comment in rsa_st
authorDaniel Bevenius <daniel.bevenius@gmail.com>
Tue, 5 Dec 2017 11:01:14 +0000 (12:01 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 5 Dec 2017 14:33:16 +0000 (14:33 +0000)
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)

crypto/rsa/rsa_locl.h

index a301dc6749646c268d34b598a522d9ec4360c556..52d839d73a7a647596a9479f49c20daaa83d593f 100644 (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 aEVP_PKEY, it is set to 0
      */
     int pad;
     int32_t version;