diff -r 4332f0f7be53 -r acd3cd4aaceb ssl/libcrypto/inc/include/certretriever/certretriever.h --- a/ssl/libcrypto/inc/include/certretriever/certretriever.h Thu Aug 19 11:33:45 2010 +0300 +++ b/ssl/libcrypto/inc/include/certretriever/certretriever.h Tue Aug 31 16:54:36 2010 +0300 @@ -1,5 +1,5 @@ /* -Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. +Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -53,7 +53,7 @@ extern "C" { #endif -int X509_add_symbian_certs(X509_STORE * store); +int X509_add_symbian_certsL(X509_STORE * store); #ifdef __cplusplus } #endif @@ -88,8 +88,8 @@ void OpenUnifiedCertStoreL(); void ListCertsL(); - void AppendCerts(); - void ProcessCerts(); + void AppendCertsL(); + void ProcessCertsL(); private: X509_STORE* iStore;