ssl/libcrypto/inc/include/certretriever/certretriever.h
changeset 52 bf6a71c50e42
parent 0 e4d67989cc36
child 57 2efc27d87e1c
--- a/ssl/libcrypto/inc/include/certretriever/certretriever.h	Fri Jun 11 15:26:22 2010 +0300
+++ b/ssl/libcrypto/inc/include/certretriever/certretriever.h	Wed Aug 18 11:27:44 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;