--- a/securityanddataprivacytools/securitytools/certapp/encdec/x509utils.h Mon May 03 14:11:52 2010 +0300
+++ b/securityanddataprivacytools/securitytools/certapp/encdec/x509utils.h Tue May 25 00:47:47 2010 +0530
@@ -71,7 +71,7 @@
If the certificate is invalid then exit the program with an error message!
*/
bool X509SubjectKeyId(EUseCertificateExtension aUseExtension, bool aUseRfc3280Algorithm,
- const std::string &aCert,
+ bool aIsCa, const std::string &aCert,
std::string &aSubject, TKeyIdentifier &aSubjectKeyId);
/**