commit | bda7cb76faafe174297d6e4bb179a6eb35ab1a61 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Jun 24 19:34:25 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jun 25 15:06:54 2013 +0200 |
tree | 0d357eb07d48138fc3d8c826bdb9874d12d2d2cd | |
parent | b0713c7e1fb2c55b3fb74588b0b9ca0e2387cfc9 [diff] |
Fixed minor comment typo (cherry picked from commit da7fdbd534cb479d333de4c183cf805736ea3e10)
diff --git a/library/x509parse.c b/library/x509parse.c index 371c470..caa4643 100644 --- a/library/x509parse.c +++ b/library/x509parse.c
@@ -2179,7 +2179,7 @@ } /* - * Parse an unencrypted PKCS#8 encoded private RSA key + * Parse an encrypted PKCS#8 encoded private RSA key */ static int x509parse_key_pkcs8_encrypted_der( rsa_context *rsa,