ssl/libcrypto/src/crypto/x509/by_file.c
changeset 52 bf6a71c50e42
parent 0 e4d67989cc36
child 57 2efc27d87e1c
--- a/ssl/libcrypto/src/crypto/x509/by_file.c	Fri Jun 11 15:26:22 2010 +0300
+++ b/ssl/libcrypto/src/crypto/x509/by_file.c	Wed Aug 18 11:27:44 2010 +0300
@@ -56,7 +56,7 @@
  * [including the GNU Public Licence.]
  */
  /*
- © Portions copyright (c) 2006 Nokia Corporation.  All rights reserved.
+ © Portions copyright (c) 2006,2010 Nokia Corporation.  All rights reserved.
  */
 
 
@@ -133,7 +133,7 @@
 			{
 			
 			#ifdef SYMBIAN
-				ok = X509_add_symbian_certs(ctx->store_ctx);
+				ok = X509_add_symbian_certsL(ctx->store_ctx);
 			#else
 				file = (char *)Getenv(X509_get_default_cert_file_env());
 				if (file)