ssl/libcrypto/inc/include/certretriever/certretriever.h
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
--- a/ssl/libcrypto/inc/include/certretriever/certretriever.h	Tue Aug 31 16:54:36 2010 +0300
+++ b/ssl/libcrypto/inc/include/certretriever/certretriever.h	Wed Sep 01 12:36:54 2010 +0100
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
+Copyright (c) 2009 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_certsL(X509_STORE * store);
+int X509_add_symbian_certs(X509_STORE * store);
 #ifdef __cplusplus
 }
 #endif
@@ -88,8 +88,8 @@
 	
 	void OpenUnifiedCertStoreL();
     void ListCertsL();
-    void AppendCertsL();
-    void ProcessCertsL();
+    void AppendCerts();
+    void ProcessCerts();
     
 private:
 	X509_STORE* iStore;