commit | da7fdbd534cb479d333de4c183cf805736ea3e10 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jun 19 11:15:43 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jun 19 11:15:43 2013 +0200 |
tree | 9c07320a4e564e94e8fb739b181a3ea5b87c46ee | |
parent | 602c31be23a7af4a417c75a126db00c9d2303db0 [diff] [blame] |
Fixed minor comment typo
diff --git a/library/x509parse.c b/library/x509parse.c index 459a983..77725e0 100644 --- a/library/x509parse.c +++ b/library/x509parse.c
@@ -2204,7 +2204,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,