diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2016-02-05 21:23:54 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-02-05 21:25:50 +0100 |
commit | 0d4fb8439092ff8253af72ac6bc193e77ebbcf2f (patch) | |
tree | 37245acc0ccd68923f888ec2e206a58925b60106 /crypto/pkcs12/p12_kiss.c | |
parent | RT4070: Improve struct/union regexp (diff) | |
download | openssl-0d4fb8439092ff8253af72ac6bc193e77ebbcf2f.tar.xz openssl-0d4fb8439092ff8253af72ac6bc193e77ebbcf2f.zip |
GH601: Various spelling fixes.
Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/pkcs12/p12_kiss.c')
-rw-r--r-- | crypto/pkcs12/p12_kiss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pkcs12/p12_kiss.c b/crypto/pkcs12/p12_kiss.c index c53736d183..59c84a0493 100644 --- a/crypto/pkcs12/p12_kiss.c +++ b/crypto/pkcs12/p12_kiss.c @@ -75,7 +75,7 @@ static int parse_bag(PKCS12_SAFEBAG *bag, const char *pass, int passlen, * Parse and decrypt a PKCS#12 structure returning user key, user cert and * other (CA) certs. Note either ca should be NULL, *ca should be NULL, or it * should point to a valid STACK structure. pkey and cert can be passed - * unitialised. + * uninitialised. */ int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, |